Created
February 25, 2013 04:00
-
-
Save djburdick/5027650 to your computer and use it in GitHub Desktop.
ssh passwordless (keyed) login . #linux
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 -t dsa | |
| scp id_dsa.pub [email protected]:~/.ssh/authorized_keys2 | |
| ssh-add | |
| exec ssh-agent bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment