Created
March 16, 2017 13:47
-
-
Save xiangjjj/37d37110bcc54b0159678ca5373ced80 to your computer and use it in GitHub Desktop.
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
# put public key in authorized_keys at the server | |
# ~/.ssh/authorized_keys lists the public keys (RSA/DSA) that | |
# can be used for logging in as this user. | |
cat ~/.ssh/id_rsa.pub > ~/.ssh/authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment