Skip to content

Instantly share code, notes, and snippets.

@jnstq
Created January 16, 2009 14:10
Show Gist options
  • Save jnstq/47933 to your computer and use it in GitHub Desktop.
Save jnstq/47933 to your computer and use it in GitHub Desktop.
function authme {
ssh $1 'cat >>.ssh/authorized_keys' <~/.ssh/id_dsa.pub
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment