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