Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- QT
- psychology
- Book review
- hbase
- Python
- agile
- history
- hadoop
- leadership
- Malaysia
- Java
- program
- Linux
- MySQL
- Programming
- ubuntu
- comic agile
- Software Engineering
- django
- erlang
- RFID
- France
- Kuala Lumpur
- management
- Spain
- Italy
- Book
- programming_book
- web
- UK
Archives
- Today
- Total
ssh-keygen 본문
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
Comments