[Bug 2090] SSH/SSHD hang with a Match User setting in sshd_config .

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 16 11:47:26 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2090

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
            Version|6.1p1                       |6.0p1

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
the debug logs say 6.0p1 not 6.1p1.  other than that, they're not all
that useful.  They just show the monitor sitting there waiting to be
asked to do something (which is normal) and and on the slave side just
shows that it's waiting for input.

Which version (and ML) of AIX is this?

Can you get the debug output from ssh and sshd and attach it to this
bug?  For the client it should be simple:

$ while true; do ssh -vvv localhost; done

for the server, you can try this assuming you have sudo available:

$ while true; do ssh -o 'proxycommand sudo /usr/sbin/sshd -e -i -o
loglevel=debug3' localhost; done

it's possible that won't trigger the problem, in that case you'll need
to set loglevel debug3 in your sshd_config and grep the debug logs out
of syslog or something.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list