서버간 인증절차 없이 사용하기 위해서는 퍼블릭 키를 생성해주어야 한다.
pub생성은 ssh-keygen -d
* 소스 서버
[rt@pm /ither]# cd /root/.ssh/
[rt@pm ~/.ssh]# ls -al
total 24
drwx------ 2 root root 4096 Oct 21 14:33 .
drwxr-x--- 13 root root 4096 Nov 2 17:25 ..
-rw------- 1 root root 672 Nov 2 17:28 id_dsa
-rw-r--r-- 1 root root 612 Nov 2 17:28
pub생성은 ssh-keygen -d
* 소스 서버
[rt@pm /ither]# cd /root/.ssh/
[rt@pm ~/.ssh]# ls -al
total 24
drwx------ 2 root root 4096 Oct 21 14:33 .
drwxr-x--- 13 root root 4096 Nov 2 17:25 ..
-rw------- 1 root root 672 Nov 2 17:28 id_dsa
-rw-r--r-- 1 root root 612 Nov 2 17:28
id_dsa.pub -->ssh-keygen -d
-rw-r--r-- 1 root root 5657 Nov 2 17:10 known_hosts
* 클라이언트 서버
[r@1 .ssh]# ls -al
합계 16
drwx------ 2 root root 4096 11월 2 17:27 .
drwxr-x--- 7 root root 4096 11월 2 17:24 ..
-rw-r--r-- 1 root root 612 11월 2 17:28
authorized_keys2
-rw-r--r-- 1 root root 1642 11월 2 17:14 known_hosts
[t@1 .ssh]# vi authorized_keys2
ssh-dss dj어쩌고저쩌고저쩌고저쩌고L rt~
: 라고 퍼블릭 키를 만들어 주면 된다.
[t@1 .ssh]# vi authorized_keys2
ssh-dss dj어쩌고저쩌고저쩌고저쩌고L rt~
: 라고 퍼블릭 키를 만들어 주면 된다.
'리눅스' 카테고리의 다른 글
linux multitail : 로그 모니터링 할때 good (0) | 2015.12.03 |
---|---|
curl로 http status code만 뽑기 (0) | 2015.12.03 |
DNS dig로 역방향확인하기 (0) | 2015.11.10 |
리눅스 proftpd , 윈도우 클라이언트 ( 패시브 / 액티브 모드 ) (0) | 2015.11.10 |
echo 변경할호스트명 > /proc/sys/kernel/hostname (0) | 2015.11.10 |