Skip to content

Instantly share code, notes, and snippets.

@marhan
Created February 7, 2017 08:02
Show Gist options
  • Save marhan/913f3c83ca967142c3247742bd1a81fb to your computer and use it in GitHub Desktop.
Save marhan/913f3c83ca967142c3247742bd1a81fb to your computer and use it in GitHub Desktop.
Copy ssh key
cat ~/.ssh/*.pub | ssh user@remote-system 'umask 077; cat >>.ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment