Skip to content

Instantly share code, notes, and snippets.

@CloudLinuxDeveloper
Created February 22, 2020 13:28
Show Gist options
  • Save CloudLinuxDeveloper/6cf01747f8bd1132f4a99d5428c01ca0 to your computer and use it in GitHub Desktop.
Save CloudLinuxDeveloper/6cf01747f8bd1132f4a99d5428c01ca0 to your computer and use it in GitHub Desktop.
How To Create SSH Key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
# Your identification has been saved in /home/arif/.ssh/id_rsa.
# Your public key has been saved in /home/arif/.ssh/id_rsa.pub.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment