Created
August 21, 2015 14:45
-
-
Save newtonsbm/5a5860fa6e91de08696f to your computer and use it in GitHub Desktop.
ssh keygen copy
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
# ssh-keygen | |
then copy it on the server with one simple command: | |
# ssh-copy-id hostname | |
you can now log in without password: | |
# ssh hostname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment