https://bugzilla.mindrot.org/show_bug.cgi?id=2090
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|6.1p1 |6.0p1 --- Comment #1 from Darren Tucker <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
