PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SSH Daemon - Login geht nicht



22.03.01, 12:44
Hallo Leute,

habe mir gerade openssl und openssh installier und versuch mich nun über einen anderen Rechner mittels ssh1 einzuloggen. Habe mich vorher mit dem gleichen Username und dem gleichen Passwort über telnet eingeloggt. Der SSHD meldet sich zwar, aber er behauptet, dass das password falsch ist.

Das ist die DEBUG ausgabe von sshd:

root@pferd:/usr/local/etc# sshd -D -ddd
debug1: Seeding random number generator
debug1: sshd version OpenSSH_2.5.2p1
debug1: load_private_key_autodetect: type 0 RSA1
debug3: Bad RSA1 key file /usr/local/etc/ssh_host_rsa_key.
debug1: read SSH2 private key done: name rsa w/o comment success 1
debug1: load_private_key_autodetect: type 1 RSA
debug3: Bad RSA1 key file /usr/local/etc/ssh_host_dsa_key.
debug1: read SSH2 private key done: name dsa w/o comment success 1
debug1: load_private_key_autodetect: type 2 DSA
debug1: Bind to port 22 on 192.168.0.200.
Server listening on 192.168.0.200 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: Server will not fork when running in debugging mode.
Connection from 192.168.0.120 port 1646
debug1: Client protocol version 1.5; client software version 1.0
debug1: no match: 1.0
debug1: Local version string SSH-1.99-OpenSSH_2.5.2p1
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: Sent 768 bit server key and 1024 bit host key.
debug1: Encryption type: 3des
debug1: Received session key; encryption turned on.
debug1: Installing crc compensation attack detector.
debug1: Attempting authentication for richard.
Failed password for richard from 192.168.0.120 port 1646
Unknown message during authentication: type 4
Failed bad-auth-msg-4 for richard from 192.168.0.120 port 1646
Failed password for richard from 192.168.0.120 port 1646
Unknown message during authentication: type 4
Failed bad-auth-msg-4 for richard from 192.168.0.120 port 1646
Connection closed by 192.168.0.120
debug1: Calling cleanup 0x8061a98(0x0)