Created
June 19, 2014 22:02
-
-
Save elhoyos/6cdedd5659de7110e9ca to your computer and use it in GitHub Desktop.
Add your public ssh key as an authorized key
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
| $ cat ~/.ssh/id_rsa.pub | ssh [email protected] 'cat >> .ssh/authorized_keys' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment