problem with sshd/pam on 5.4-STABLE (also 5.3-STABLE)

Holger Kipp hk at alogis.com
Mon May 16 11:14:52 PDT 2005


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 -> ??




More information about the freebsd-stable mailing list