bugzilla-daemon at mindrot.org
2006-Jan-04 21:00 UTC
[Bug 1143] connections with "sshd: root@notty" is established but not closed
http://bugzilla.mindrot.org/show_bug.cgi?id=1143 Summary: connections with "sshd: root at notty" is established but not closed Product: Portable OpenSSH Version: 3.9p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Kerberos support AssignedTo: bitbucket at mindrot.org ReportedBy: knsujit at yahoo.com There is connection leak between my twom production servers. One server shows number of sshd processes in sleep mode with name "sshd:root at notty". This server has ssh version 3.9 installed. Another server on other hand shows same number of ssh processes with name "/usr/bin/ssh -x -oFallBackToRsh no -lroot 172.25.32.105 scp -t /var/log/gtwlogs/gtw40.log". This server has ssh version 2.9pl installed.I can not upgrade this ssh version as of now as this is planned sometimes later. Please help me knowing the exact cause behind this. Regards Sujit ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jan-11 10:50 UTC
[Bug 1143] connections with "sshd: root@notty" is established but not closed
http://bugzilla.mindrot.org/show_bug.cgi?id=1143 ------- Comment #1 from dtucker at zip.com.au 2006-01-11 21:50 ------- Sounds like the client is either stalling or completing and not closing the connection afterward. There ought to be corresponding TCP connections shown in netstat, what's the SendQ on those on both client and server? You can try enabling ClientAliveInterval in sshd_config on the server running 3.9. You can try killing the ssh processes on the client, if that's the only thing that helps and you really can't upgrade ssh then you'll probably have to script the kill and put it in cron. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 1143] connections with "sshd: root@notty" is established but not closed
- [Bug 1143] connections with "sshd: root@notty" is established but not closed
- reverse mapping check; authentication methods
- scp -rp behavior(SOLVED)
- [Bug 967] Command only sessions hangs on target system.