Displaying 1 result from an estimated 1 matches for "5832832".
Did you mean:
583283
2012 Dec 14
1
SSH 5.8p1 hang in kernel mode / AIX 7.1
...is :
# ssh -V
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
# uname -nrsv
AIX P7_AIX7 1 7
The program runs every 5 minutes for about 10s or so, gathering the
information from the remote just fine.
Now, I'm looking at the output of "ps" and see some left-over processes :
root 5832832 1 69 22 nov - 5424:59 ssh -o BatchMode=yes -o ControlPath=/opt/data/ssh-socket_A-10.10.14.126 -o User=foobar 10.10.14.126 remote_command
This instance of ssh client should not be there anymore.
Having a deeper look:
* kill -9 on that process does not kill it.
* The corresponding Co...