Programming
ssh-keygen
halatha
2009. 12. 9. 17:48
rsync는 daemon / ssh 방식 두 가지가 있는데, ssh의 경우 ssh public key를 추가해야 접속이 가능
ssh-keygen -y: read private key and print public key
참고: http://zakorea.tistory.com/24
rsync ssh 방식 접속
$ rsync -avz --rsh="ssh -l [id]" [ip]:[src path] [dst path]
참고: http://blueamor.tistory.com/190
ssh-keygen -y: read private key and print public key
참고: http://zakorea.tistory.com/24
rsync ssh 방식 접속
$ rsync -avz --rsh="ssh -l [id]" [ip]:[src path] [dst path]
참고: http://blueamor.tistory.com/190