Created
August 29, 2014 13:20
-
-
Save firstrow/6b82e48837f5953d5ab1 to your computer and use it in GitHub Desktop.
ssh-copy-id analog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/.ssh/id_rsa.pub | ssh deployer@host "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment