Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
help /
C /
seahorse /
[ HOME SHELL ]
Name
Size
Permission
Action
media
[ DIR ]
drwxr-xr-x
about-diff-private-public.page
2.06
KB
-rw-r--r--
about-pgp.page
1.66
KB
-rw-r--r--
about-ssh.page
1.51
KB
-rw-r--r--
concepts.page
666
B
-rw-r--r--
glossary.page
2.35
KB
-rw-r--r--
index.page
1.82
KB
-rw-r--r--
introduction.page
1.76
KB
-rw-r--r--
key-servers-add.page
2.15
KB
-rw-r--r--
keyring-change-default.page
1.79
KB
-rw-r--r--
keyring-create.page
2.41
KB
-rw-r--r--
keyring-lock.page
1.59
KB
-rw-r--r--
keyring-unlock.page
1.8
KB
-rw-r--r--
keyring-update-password.page
1.51
KB
-rw-r--r--
keyring.page
1.57
KB
-rw-r--r--
legal.xml
295
B
-rw-r--r--
misc-key-backup.page
1.54
KB
-rw-r--r--
misc-key-fingerprint.page
3.12
KB
-rw-r--r--
passwords-stored-create.page
2.09
KB
-rw-r--r--
passwords-view.page
2.67
KB
-rw-r--r--
pgp-create.page
3.85
KB
-rw-r--r--
pgp-delete.page
2.95
KB
-rw-r--r--
pgp-expiration-change.page
2.07
KB
-rw-r--r--
pgp-expired.page
1.75
KB
-rw-r--r--
pgp-export.page
2.18
KB
-rw-r--r--
pgp-import.page
1.71
KB
-rw-r--r--
pgp-photoid.page
2.59
KB
-rw-r--r--
pgp-publish.page
2.93
KB
-rw-r--r--
pgp-retrieve-remote.page
2.39
KB
-rw-r--r--
pgp-sign.page
2.55
KB
-rw-r--r--
pgp-subkeys.page
2.21
KB
-rw-r--r--
pgp-sync.page
2.05
KB
-rw-r--r--
pgp-userid-add.page
2.35
KB
-rw-r--r--
pgp-userid-primary.page
1.78
KB
-rw-r--r--
pgp-userid-remove.page
1.55
KB
-rw-r--r--
pgp-userid.page
1.22
KB
-rw-r--r--
ssh-connect-remote.page
2.17
KB
-rw-r--r--
ssh-create.page
4.91
KB
-rw-r--r--
ssh-export.page
2.16
KB
-rw-r--r--
ssh-import.page
1.68
KB
-rw-r--r--
subkeys-add.page
1.83
KB
-rw-r--r--
subkeys-examine.page
1.63
KB
-rw-r--r--
subkeys-revoke.page
2.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ssh-export.page
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="ssh-export"> <info> <link type="guide" xref="index#ssh-keys"/> <revision pkgversion="3.14" date="2014-10-03" status="review"/> <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> <credit type="author copyright"> <name>Aruna Sankaranarayanan</name> <email its:translate="no">aruna.evam@gmail.com</email> <years>2013</years> </credit> <desc>Export your public and private SSH keys to store them in keyfiles.</desc> </info> <title>Export SSH keys</title> <p>Export the contents of your SSH keys and store them in keyfiles, to have a backup of your keys or to share your public key with someone.</p> <section id="public"> <title>To export your public SSH key:</title> <steps> <item> <p>Select the <gui>OpenSSH keys</gui> keyring from the left side panel.</p> </item> <item> <p>Select the <gui>Personal SSH key</gui>, that has to be exported, from the list.</p> </item> <item> <p>Select <guiseq><gui>File</gui><gui>Export…</gui></guiseq>.</p> </item> <item> <p>Press the <gui style="button">Export</gui> button to save the exported public key on your computer.</p> </item> </steps> </section> <section id="private"> <title>To export your private SSH key:</title> <steps> <item> <p>Select the <gui>OpenSSH keys</gui> keyring from the left side panel.</p> </item> <item> <p>Select the <gui>Personal SSH key</gui>, that has to be exported, from the list.</p> </item> <item> <p>Right click on the selected key and select <guiseq><gui>Properties</gui><gui>Details</gui></guiseq>.</p> </item> <item> <p>Press the <gui style="button">Export Private Key</gui> button to save the exported private key on your computer.</p> </item> </steps> <note style="warning"> <p>Keep the exported private key file in a safe location, since the contents of the file must be kept private, to prevent misuse of your key.</p> </note> </section> </page>
Close