Last active
July 17, 2018 20:00
-
-
Save SiewYan/81129f1d5b6e30e98f2e00a37f51a1a2 to your computer and use it in GitHub Desktop.
Revisions
-
SiewYan revised this gist
Jul 17, 2018 . 1 changed file with 3 additions and 0 deletions.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 @@ -1,4 +1,7 @@ ssh-keygen -t rsa ssh b@B mkdir -p .ssh cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys' ssh b@B -
SiewYan created this gist
Jul 15, 2018 .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,4 @@ ssh-keygen -t rsa ssh b@B mkdir -p .ssh cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys' ssh b@B