Created
September 2, 2013 10:04
-
-
Save pete911/6411270 to your computer and use it in GitHub Desktop.
key based authentication
This file contains 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 -t rsa | |
ssh-copy-id -i .ssh/id_rsa.pub username:password@remotehost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment