Date: Mon, 16 May 2005 20:14:48 +0200 From: Holger Kipp <hk@alogis.com> To: stable@freebsd.org Subject: problem with sshd/pam on 5.4-STABLE (also 5.3-STABLE) Message-ID: <20050516181448.GA13703@intserv.int1.b.intern>
next in thread | raw e-mail | index | archive | help
Hello, I experience the following problem: connecting to a server with 5.3-STABLE using SSH with: ssh server<ret> results in A Password:<ctrl-c> results in B this is very annoying because if you did this ten times (eg because you wanted to type 'ssh <user>@server' instead), you can't connect to the server any more, and it looks like this also won't time out... Is this related to PR 74255 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/74255 and/or has this been resolved already? This is currently experienced on 5.3-STABLE from Nov 16 16:06:06 CET 2004, and also on 5.4-STABLE from Sun May 8 18:23:27 CEST 2005. Regards, Holger Kipp ----------------------------- A (on 'server'): ps ax | grep ssh 24767 ?? S 0:00.01 sshd: hk [net] (sshd) 24768 ?? S 0:00.00 sshd: hk [pam] (sshd) B (on 'server'): ps ax | grep ssh 24768 ?? S 0:00.00 sshd: hk [pam] (sshd) sockstat | grep 24768 root sshd 24768 3 stream -> ?? root sshd 24768 4 stream (not connected) root sshd 24768 5 tcp4 <server>:22 <client>:62105 root sshd 24768 6 stream -> ??
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050516181448.GA13703>