Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created March 11, 2014 13:07
Show Gist options
  • Save python-consulting/9485242 to your computer and use it in GitHub Desktop.
Save python-consulting/9485242 to your computer and use it in GitHub Desktop.
Instant ssh rsa key copy
cat | ssh user@server 'cat - >> ~/.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment