Skip to content

Instantly share code, notes, and snippets.

@liperuf
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save liperuf/6e36e08f09ce840195f4 to your computer and use it in GitHub Desktop.

Select an option

Save liperuf/6e36e08f09ce840195f4 to your computer and use it in GitHub Desktop.
Autorizando chave ssh no <host>
cat ~/.ssh/id_rsa.pub | ssh <user>@<host> 'cat >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment