Skip to content

Instantly share code, notes, and snippets.

@rcarmonad
Created April 3, 2017 15:52
Show Gist options
  • Save rcarmonad/9792101226d6129af5582e08f0ad8654 to your computer and use it in GitHub Desktop.
Save rcarmonad/9792101226d6129af5582e08f0ad8654 to your computer and use it in GitHub Desktop.
Agregar mi id_rsa al server remoto que, obviamente no lo tiene
cat ~/.ssh/id_rsa.pub | ssh root@[your.ip.address.here] "cat >> ~/.ssh/authorized_keys"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment