2012-11-12 1 views
3

'호스트 키를로드 할 수 없습니다'때문에 실패합니다. Ubuntu의 ssh 버전은 OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e, Windows 클라이언트의 SSH는 OpenSSH_5.1p1, OpenSSL 0.9.8k입니다. 나는 ssh를 디버깅 켜져 있고 서버와 클라이언트에서 이러한 메시지를 발견 : 나는 호스트의 authorized_keys에, 스푸핑 등의 사용 권한이 올바른지 확인패스워드가없는 SSH 인증은 내가 우분투 서버에 Windows 클라이언트에서 암호없이 인증을 ssh를 드릴 수 없습니다</p> <hr> <p>ssh를 암호없이 인증을 설정할 수 없습니다

/usr/bin/sshd -d -p 2222 on server 

[email protected]:~/.ssh$ /usr/sbin/sshd -d -p 2222 

debug1: sshd version OpenSSH_5.8p1 Debian-7ubuntu1 

debug1: could not open key file '/etc/ssh/ssh_host_rsa_key': Permission denied 

Could not load host key: /etc/ssh/ssh_host_rsa_key 

debug1: could not open key file '/etc/ssh/ssh_host_dsa_key': Permission denied 

Could not load host key: /etc/ssh/ssh_host_dsa_key 

debug1: could not open key file '/etc/ssh/ssh_host_ecdsa_key': Permission denied 

Could not load host key: /etc/ssh/ssh_host_ecdsa_key 

debug1: setgroups() failed: Operation not permitted 

debug1: rexec_argv[0]='/usr/sbin/sshd' 

debug1: rexec_argv[1]='-d' 

debug1: rexec_argv[2]='-p' 

debug1: rexec_argv[3]='2222' 

Set /proc/self/oom_score_adj from 0 to -1000 

debug1: Bind to port 2222 on 0.0.0.0. 

Server listening on 0.0.0.0 port 2222. 

debug1: Bind to port 2222 on ::. 

Server listening on :: port 2222. 

debug1: Server will not fork when running in debugging mode. 

debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8 

debug1: inetd sockets after dupping: 3, 3 

Connection from 10.221.84.65 port 2414 

debug1: Client protocol version 2.0; client software version OpenSSH_5.1 

debug1: match: OpenSSH_5.1 pat OpenSSH* 

debug1: Enabling compatibility mode for protocol 2.0 

debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1 

debug1: list_hostkey_types: 

No supported key exchange algorithms 

debug1: do_cleanup 

debug1: do_cleanup 


ssh -vvv on client 

C:\Documents and Settings\clientuser>ssh -vvv -p 2222 [email protected] 

OpenSSH_5.1p1, OpenSSL 0.9.8k 25 Mar 2009 

debug2: ssh_connect: needpriv 0 

debug1: Connecting to server.com port 2222. 

debug1: Connection established. 

debug1: identity file /cygdrive/c/Documents and Settings/clientuser/.ssh/identity type -1 

debug3: Not a RSA1 key file /cygdrive/c/Documents and Settings/clientuser/.ssh/ 
id_rsa. 

debug2: key_type_from_name: unknown key type '-----BEGIN' 

debug3: key_read: missing keytype 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug3: key_read: missing whitespace 

debug2: key_type_from_name: unknown key type '-----END' 

debug3: key_read: missing keytype 

debug1: identity file /cygdrive/c/Documents and Settings/clientuser/.ssh/id_rsa 
type 1 

debug1: identity file /cygdrive/c/Documents and Settings/clientuser/.ssh/id_dsa 
type -1 

debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1 Debia 
n-7ubuntu1 

debug1: match: OpenSSH_5.8p1 Debian-7ubuntu1 pat OpenSSH* 

debug1: Enabling compatibility mode for protocol 2.0 

debug1: Local version string SSH-2.0-OpenSSH_5.1 

debug2: fd 3 setting O_NONBLOCK 

debug1: SSH2_MSG_KEXINIT sent 

Read from socket failed: Connection reset by peer 

합니다. "호스트 키를로드 할 수 없습니다."및 ssh 서비스를 다시 시작하기 위해 호스트 키를 재생성했지만 문제점은 지속됩니다. 무엇이 잘못 될 수 있는지에 대한 제안? 호스트 개인 키는 '루트'사용자가 소유하고 있기 때문에로드 할 수 없습니다. 모드 600 이외의 다른 것으로 권한을 변경하는 것은 허용되지 않습니다. 나는이 시점에서 붙어있다. 제발 도와주세요! 고맙습니다!

+0

'root'프롬프트가 실제로 '$'입니까? –

답변

0

서버의 개인 키를 읽으려면 루트 sudo /usr/sbin/sshd으로 SSH 서버를 실행해야합니다.