Created
October 14, 2014 08:13
-
-
Save Fatman13/9b4e72c0400f998f13ea 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
# The ssh-copy-id command (in the openssh-client package and installed by default) does exactly this: | |
$ ssh-copy-id [email protected] | |
# copies the public key of your default identity (use -i identity_file for other identities) to the remote host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment