There is connection leak between my twom production servers. One server shows number of sshd processes in sleep mode with name "sshd:root@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
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.
6 months, no reply == no bug
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.