Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created April 21, 2012 17:59
Show Gist options
  • Select an option

  • Save dannymcc/2438840 to your computer and use it in GitHub Desktop.

Select an option

Save dannymcc/2438840 to your computer and use it in GitHub Desktop.
Copy local ssh public key to remote ssh server
scp ~/.ssh/id_rsa.pub user@server:~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment