Created
June 26, 2020 17:13
-
-
Save eagleyed/15edca9778c4aee72b7678da4639e95e to your computer and use it in GitHub Desktop.
Revisions
-
Rituparna sonowal created this gist
Jun 26, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ Generate the key: ssh-keygen Point to the directory with your key pair cd ~/.ssh locate the pub key for ssh ssh-copy-id -i [key_name].pub USERNAME@SERVERT_IP Then ssh username@serverip