Skip to content

Instantly share code, notes, and snippets.

@firstrow
Created August 29, 2014 13:20
Show Gist options
  • Save firstrow/6b82e48837f5953d5ab1 to your computer and use it in GitHub Desktop.
Save firstrow/6b82e48837f5953d5ab1 to your computer and use it in GitHub Desktop.
ssh-copy-id analog
cat ~/.ssh/id_rsa.pub | ssh deployer@host "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment