Created
June 16, 2014 13:22
-
-
Save dshipp/3dae904891a72777b01a to your computer and use it in GitHub Desktop.
Enable public key authentication
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
(local machine) $ scp ~/.ssh/id_rsa.pub remoteuser@remotemachine:~ | |
(remote machine) $ cat ~/id_rsa.pub >> ~/.ssh/authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment