Last active
September 27, 2018 05:55
-
-
Save xiaoda/5637705cca0b242223550c9a8bd8b09a to your computer and use it in GitHub Desktop.
ssh-copy-id
This file contains 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
cd ~/.ssh | |
ssh-copy-id -i id_rsa.pub [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment