Skip to content

Instantly share code, notes, and snippets.

@anovanmaximuz
Last active January 12, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anovanmaximuz/988a4c3ef071ab0720c2 to your computer and use it in GitHub Desktop.
Save anovanmaximuz/988a4c3ef071ab0720c2 to your computer and use it in GitHub Desktop.
$ ssh-keygen -t rsa -b 4096 -C "your_email@pasarkode.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/pasarkode/.ssh/id_rsa):
Created directory '/home/pasarkode/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/pasarkode/.ssh/id_rsa.
Your public key has been saved in /home/pasarkode/.ssh/id_rsa.pub.
The key fingerprint is:
d0:82:24:8e:d7:f1:bb:9b:33:53:96:93:49:da:9b:e3 your_email@pasarkode.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment