Created
July 22, 2012 08:39
-
-
Save varokas/3158925 to your computer and use it in GitHub Desktop.
Rsync
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
http://www.thegeekstuff.com/2011/07/rsync-over-ssh-without-password/ | |
brew install ssh-copy-id | |
ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.200.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment