Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Created June 30, 2018 10:13
Show Gist options
  • Save JordiCorbilla/93d5ae67879c34fd47bca6db13962c26 to your computer and use it in GitHub Desktop.
Save JordiCorbilla/93d5ae67879c34fd47bca6db13962c26 to your computer and use it in GitHub Desktop.
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