List,
I connect to my server with jEdit over SFTP using key pairs. It works perfectly except that it makes many connections to the server and they don't die when I close jEdit. After a session of developing my server will have 100s of ssh/sftp-subsystem process left over. They will stay there forever too. I've changed settings on the sshd to kill inactive sessions quickly and that works (if I ssh from a machine and do nothing for 30m it dies) but the sftp sessions will not gracefully quit. I have to ssh in and say something like: kill `ps aux |grep 'sshd: [EMAIL PROTECTED]' |awk '{ print $2 }'` to clean them up. Ideas?

/djb
--
[email protected] mailing list

Reply via email to