Skip to content

Instantly share code, notes, and snippets.

@vdubyna
Created November 7, 2013 21:36
Show Gist options
  • Select an option

  • Save vdubyna/7362223 to your computer and use it in GitHub Desktop.

Select an option

Save vdubyna/7362223 to your computer and use it in GitHub Desktop.
deploy key to remote server
cat ~/.ssh/id_dsa.pub | ssh you@remote 'cat - >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment