Created
March 28, 2011 04:29
-
-
Save ColinHarrington/890007 to your computer and use it in GitHub Desktop.
Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh-keygen -t rsa -C "[email protected]" | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (/home/<your_user>/.ssh/id_rsa): | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
Your identification has been saved in /home/<your_user>/.ssh/id_rsa. | |
Your public key has been saved in /home/<your_user>/.ssh/id_rsa.pub. | |
The key fingerprint is: | |
37:6c:6c:f3:a8:67:20:4f:94:b0:5b:85:fd:6c:8b:e1 [email protected] | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| o | | |
| . . o | | |
| o o o | | |
| . +o. + | | |
| +S.O+ . | | |
| o o+E=. | | |
| + .. . | | |
| ..o | | |
| .o | | |
+-----------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment