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 |
Tags
- Python
- Spain
- Book
- Software Engineering
- QT
- programming_book
- MySQL
- web
- comic agile
- django
- Italy
- Book review
- RFID
- France
- Linux
- agile
- hadoop
- psychology
- Kuala Lumpur
- ubuntu
- Malaysia
- essay
- erlang
- history
- Programming
- hbase
- management
- program
- Java
- leadership
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