Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Last active August 21, 2019 08:42
Show Gist options
  • Save dasbairagya/1e7373636cc122df422fc9fbfedda525 to your computer and use it in GitHub Desktop.
Save dasbairagya/1e7373636cc122df422fc9fbfedda525 to your computer and use it in GitHub Desktop.
#Generate SSH Key | Linux
๐Ÿ‘‰๏ธCreate SSH key-------------
๐Ÿ“Œ๏ธ cd .ssh/
๐Ÿ“Œ๏ธ ssh-keygen
๐Ÿ“Œ๏ธ hit enter threesies
๐Ÿ“Œ๏ธ to copy the key run cat id_rsa.pub
๐Ÿ“Œ๏ธ add the ssh key to the server as public key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment