Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created February 25, 2013 04:00
Show Gist options
  • Select an option

  • Save djburdick/5027650 to your computer and use it in GitHub Desktop.

Select an option

Save djburdick/5027650 to your computer and use it in GitHub Desktop.
ssh passwordless (keyed) login . #linux
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