본문 바로가기

리눅스/명령어

[리눅스] ssh 설정

1. 설정 : http://blog.naver.com/ssamba?Redirect=Log&logNo=129099379
2. 포트변경 ; http://anglehun.tistory.com/390


3. rsa : 비밀번호 없이 쓰기

 - http://cafe.naver.com/passwd/5

 - http://faq.hostway.co.kr/xe/lnx_etc/672

 - 컴파일서버의 id_rsa.pub을 실행서버의 authorized_key로 :

       scp -o port=9349 /root/.ssh/id_rsa.pub [ip]:/root/.ssh/authorized_keys

 

'리눅스 > 명령어' 카테고리의 다른 글