Hallo,
wie kann ich unter FreeBSD4.1.1 einen SSH - Server
aufsetzen ?
Host-Keys und Keys fuer jeden Benutzer habe ich generiert.
Der SSH - Daemon laeuft, das Einloggen auf eine andere
Maschine funktioniert auch, die Anmeldung an die BSD - Box
schlaegt fehl.
Ein ssh -v -2 localhost ergibt :
---------------<>--------------------------------------
debug: bits set: 515/1024
debug: Wait SSH2_MSG_KEXDH_REPLY.
debug: Got SSH2_MSG_KEXDH_REPLY.
debug: keytype ssh-dss
debug: Forcing accepting of host key for loopback/localhost.
debug: bits set: 499/1024
debug: len 55 datafellows 0
debug: dsa_verify: signature correct
debug: Wait SSH2_MSG_NEWKEYS.
debug: GOT SSH2_MSG_NEWKEYS.
debug: send SSH2_MSG_NEWKEYS.
debug: done: send SSH2_MSG_NEWKEYS.
debug: done: KEX2.
debug: send SSH2_MSG_SERVICE_REQUEST
debug: service_accept: ssh-userauth
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,password
debug: try pubkey: /home/baer/.ssh/id_dsa
debug: read DSA private key done
debug: sig size 20 20
debug: authentications that can continue: publickey,password
baer(at)localhost.zauberwald.de's password:
---------------------<>-------------------------------------
Nach der Eingabe des Passworts tut sich nichts mehr, bis der
SSH-Daemon die Verbindung nach 2 Min (Timeout) abbricht.
SSH[226]': fatal: Timeout before authentication for 127.0.0.1
Was hab ich vergessen ?
Welche Optionen muessen gesetzt sein, damit dies funktioniert ?
Vielen Dank.
Gruss,
Christian Mund
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 22 Oct 2000 - 00:37:15 CEST