From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 26 02:10:27 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C1216A4CE for ; Thu, 26 Feb 2004 02:10:27 -0800 (PST) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA99743D2D for ; Thu, 26 Feb 2004 02:10:26 -0800 (PST) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with asmtp (Exim 4.30; FreeBSD) id 1AwIN5-000Ee4-T9; Thu, 26 Feb 2004 18:04:00 +0800 Message-Id: <6.0.3.0.2.20040226181303.02a8aea8@202.179.0.80> X-Sender: ganbold@micom.mng.net@202.179.0.80 X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Thu, 26 Feb 2004 18:14:47 +0800 To: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= ) From: Ganbold In-Reply-To: References: <6.0.3.0.2.20040225180637.02a12e20@202.179.0.80> <6.0.3.0.2.20040226085346.02aab8a8@202.179.0.80> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable cc: freebsd-hackers@freebsd.org Subject: Re: having trouble with sshd X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 10:10:27 -0000 Debug outputs of sshd when connecting client: psh# sshd -d -p 5999 debug1: sshd version OpenSSH_3.7.1p2 FreeBSD-20040106 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type DSA debug1: private host key: #1 type 2 DSA debug1: Bind to port 5999 on 0.0.0.0. Server listening on 0.0.0.0 port 5999. Generating 768 bit RSA key. RSA key generation complete. debug1: Server will not fork when running in debugging mode. debug1: res_init() Connection from 192.168.0.18 port 3578 debug1: Client protocol version 1.5; client software version=20 PuTTY-Release-0.53b debug1: no match: PuTTY-Release-0.53b debug1: Local version string SSH-1.99-OpenSSH_3.7.1p2 FreeBSD-20040106 debug1: permanently_set_uid: 22/22 debug1: Sent 768 bit server key and 1024 bit host key. debug1: Encryption type: blowfish debug1: Received session key; encryption turned on. debug1: Installing crc compensation attack detector. debug1: Attempting authentication for tsgan. debug1: PAM: initializing for "tsgan" debug1: PAM: setting PAM_RHOST to "ganbold.micom.mng.net" Failed none for tsgan from 192.168.0.18 port 3578 Accepted password for tsgan from 192.168.0.18 port 3578 Accepted password for tsgan from 192.168.0.18 port 3578 debug1: monitor_child_preauth: tsgan has been authenticated by privileged=20 process debug1: session_new: init debug1: session_new: session 0 debug1: Installing crc compensation attack detector. debug1: Allocating pty. debug1: session_new: init debug1: session_new: session 0 debug1: session_pty_req: session 0 alloc /dev/ttyp1 debug1: PAM: setting PAM_TTY to "/dev/ttyp1" debug1: PAM: establishing credentials debug1: Setting controlling tty using TIOCSCTTY. debug1: Entering interactive session. debug1: server_init_dispatch_13 debug1: server_init_dispatch_15 debug1: Window change received. Ganbold At 04:08 PM 26.02.2004, you wrote: >Ganbold writes: > > At 12:38 AM 26.02.2004, you wrote: > > > The preferred method is now keyboard-interactive. If your client does > > > not support it, get a better client. > > I'm using putty-0.53b. > >putty supports keyboard-interactive, and it's even on by default. See >http://the.earth.li/~sgtatham/putty/0.54/puttydoc.txt, section 4.18.2. > >what protocol version are you using, btw? > >DES >-- >Dag-Erling Sm=F8rgrav - des@des.no >_______________________________________________ >freebsd-hackers@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"