Skip to content

Instantly share code, notes, and snippets.

@keepitsimple
Last active August 29, 2015 14:01
Show Gist options
  • Save keepitsimple/5ae06799a802d3f0779d to your computer and use it in GitHub Desktop.
Save keepitsimple/5ae06799a802d3f0779d to your computer and use it in GitHub Desktop.
Add key to remote server
#generate
ssh-keygen -t rsa
#push to server
ssh user@xx.xxx.xx.xx mkdir -p .ssh
cat ~/.ssh/id_rsa.pub | ssh user@123.45.56.78 "cat >> ~/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment