cd ~root
ssh-keygen -t dsa -f .ssh/id_dsa
cd .ssh
scp id_dsa.pub remote_IP:~/.ssh/id_dsa.pub

 

 

 

--- remote 서버 설정 -----
ssh remote_IP
cd .ssh
cat id_dsa.pub >> authorized_keys2
chmod 640 authorized_keys2
exit
-------------------------------

 

'지식' 카테고리의 다른 글

vmware 시간 설정  (0) 2014.01.14
VMWARE TOOLS 설치  (0) 2014.01.14
telnet으로 메일 테스트  (0) 2014.01.14
ssh 설치  (0) 2014.01.14
리눅스 네트워크 재설정  (0) 2014.01.14
Posted by 두 아이 아빠
,