Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created January 27, 2020 09:39
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 anjanashankar9/ccf4de1478324783e0002caa63f0f7f7 to your computer and use it in GitHub Desktop.
Save anjanashankar9/ccf4de1478324783e0002caa63f0f7f7 to your computer and use it in GitHub Desktop.
multiple github account 2
$ssh-keygen -t rsa -b 4096 -C "personal.emailid"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/****/.ssh/id_rsa): /home/****/.ssh/id_rsa_personal
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/anjana/.ssh/id_rsa_personal.
Your public key has been saved in /home/anjana/.ssh/id_rsa_personal.pub.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment