Server/Linux
[id_rsa] ssh 서버에 쉽게 로그인하기
tuning-java
2011. 9. 7. 13:51
http://blog.nextcube.pe.kr/entry/ssh-%EC%9D%B8%EC%A6%9D%ED%82%A4%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EB%A1%9C%EA%B7%B8%EC%9D%B8
그리고, 아래 URL도 정리가 깔끔하게 잘 되어 있다.
http://newstars.tistory.com/122
2012년 4월 13일 추가
여기서 중요한 것은 키의 권한인데.
맥OS를 사용하면
.ssh 디렉터리는 chmod 700 .ssh
id_rsa 파일은 chmod 600 id_rsa
로 권한을 지정해야 함.
그렇지 않으면
bad permissions : ignore key : 하면서 패스워드 물어봄.