cli

How to create SSH Keys

$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/soumitrakayal/.ssh/id_rsa):
/Users/soumitrakayal/.ssh/id_rsa already exists.
Overwrite (y/n)? Y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/soumitrakayal/.ssh/id_rsa.
Your public key has been saved in /Users/soumitrakayal/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:vjEspXxl177C1ksL2Q3iKmnKl6/WtAJnYkEuxSsddtA soumitrakayal@CodeDevX.int.hslc.org
The key’s randomart image is:
+—[RSA 2048]—-+
| ..o |
| * E |
| * + |
| o = . |
| o .S o o o |
| .+=oo.o = o |
| .+=*= o+.+ .|
| . oO+o.+o.o |
| o=o=o. .+. |
+—-[SHA256]—–+