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