|
News,
Internal,
Projects,
Home Software, Support, Documentation |
A라는 서버에서 B라는 서버로 인증키를 가지고 ROOT 계정으로 접속하려고 하는데 먼저 A라는 서버에서 루트 계정으로ssh-keygen -d라는 명령으로 id_dsa 파일과 id_dsa.pub라는 파일을 /root/.ssh 디렉토리에 생성했습니다. 그래가지고 B라는 서버에서 /root/.ssh 디렉토리 안에 authorized_keys2 파일 내용을 아까 A라는 서버에서 생성한 인증키 내용을 저장하고 A에서 B로 ssh 연결을 테스트 해보려고 ssh root@xxxxx 을 하니까 Connection closed by xxx.xxx.xxx.xxx 와같은 메시지만 뜹니다. 무엇이 잘못 됐나요? 물론 sshd_config에서 PermitRootLogin yes 라고 설정해 주고 ssh대몬 리스타트 했습니다. -- Please look and take part in KFUG FAQ: <http://www.kr.freebsd.org/FAQ-kr/> To Unsubscribe: send mail to majordomo@xxxxxxxxxxxxxx with "unsubscribe questions" in the BODY of the message
|
Copyright © 1998-2005 Korea FreeBSD Users Group. All rights reserved. webmaster at kr.FreeBSD.org $Date: 2003/04/30 23:01:23 $ |
|