Created
June 30, 2018 10:13
-
-
Save JordiCorbilla/93d5ae67879c34fd47bca6db13962c26 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
test@LAPTOP ~ | |
$ ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
Generating public/private rsa key pair. | |
Enter file in which to save the key (/c/Users/test/.ssh/id_rsa): | |
Enter passphrase (empty for no passphrase): | |
Enter same passphrase again: | |
Your identification has been saved in /c/Users/test/.ssh/id_rsa. | |
Your public key has been saved in /c/Users/test/.ssh/id_rsa.pub. | |
The key fingerprint is: | |
SHA256:/JnBJgLsLh1YofOeW9S9Q8C2SQyAgbfTSTCZA5bCHL4 [email protected] | |
The key's randomart image is: | |
+---[RSA 4096]----+ | |
|**B=. | | |
|*==+.+ | | |
|+o.=1.* | | |
| o++o= * . | | |
| E1.+ = S + | | |
| . = " o = + | | |
| + + o + | | |
| + . | | |
| . | | |
+----[SHA256]-----+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment