Displaying 2 results from an estimated 2 matches for "thu11".
Did you mean:
chu11
2023 Apr 11
1
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
...ned off, or the server. If the server,
the existing connections will still live.
e.g.
here are all the ssh processes on a FreeBSD server. If I kill the master
(pid 865), my session is still alive. I just cant get new ones
#? ps -auxwww | grep ssh
root?????? 865?? 0.0? 0.2? 21072? 8816? -? Ss?? Thu11 0:00.00 sshd:
/usr/sbin/sshd [listener] 0 of 10-100 startups (sshd)
root???? 12441?? 0.0? 0.2? 21144? 9372? -? Ss?? 13:01 0:00.02 sshd: mike
[priv] (sshd)
mike 12443?? 0.0? 0.2? 21144? 9644? -? S??? 13:01?????? 0:00.01 sshd:
mike at pts/0 (sshd)
root???? 12458?? 0.0? 0.1? 12816? 2340? 1? S+?? 13...
2023 Apr 07
2
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
Hi Rob,
On 4/7/23 10:08, Bob Rasmussen wrote:
> It depends how you "kill" the SSH server.
>
> If you kill it by sending it a SIGKILL signal, it will NOT notify the
> client, so the client will stay running until the client discovers the
> connection is broken.
I run 'kill <pid>' which sends SIGTERM. This should shout it down
gracefully.
But even with