Last active
August 21, 2019 08:42
-
-
Save dasbairagya/1e7373636cc122df422fc9fbfedda525 to your computer and use it in GitHub Desktop.
#Generate SSH Key | Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๐๏ธ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