Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caisback/41af0851ecaa765f0017409ca27776ac to your computer and use it in GitHub Desktop.
Save caisback/41af0851ecaa765f0017409ca27776ac to your computer and use it in GitHub Desktop.
Azure - Creating SSH keys with the ssh-keygen
$ ssh-keygen -C "ca@outlook.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/bboy/.ssh/id_rsa): /home/bboy/.ssh/Azure/id_rsa_ca        
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/bboy/.ssh/id_rsa_ca
Your public key has been saved in /home/bboy/.ssh/id_rsa_ca.pub
The key fingerprint is:
SHA256:Z/NfrGk3DSK9APUd8CGupZrVs2WyI/yPYT5CKZXs4ZA ca@outlook.com
The key's randomart image is:
+---[RSA 3072]----+
|                 |
|                 |
|.o      .        |
|=.E    . . .     |
|Z ..  . X T .    |
|+** o  o =.=.o.  |
|o*.+ =. o .oo.oo |
|...o=o . .. .-o..|
| .o++..   .oo... |
+----[SHA256]-----+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment