Re: Restarting sshd without interruption
From: Me (me_at_here.co.uk)
Date: 01/06/05
- Next message: Stefaan A Eeckels: "Re: Restarting sshd without interruption"
- Previous message: sinister: "Restarting sshd without interruption"
- In reply to: sinister: "Restarting sshd without interruption"
- Next in thread: Thomas Binder: "Re: Restarting sshd without interruption"
- Reply: Thomas Binder: "Re: Restarting sshd without interruption"
- Reply: sinister: "Re: Restarting sshd without interruption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 06 Jan 2005 14:23:56 +0000
sinister wrote:
> I need to change the sshd config file to allow X11 forwarding and then
> restart sshd. How can I do this without possibility interrupting users
> currently using sshd? If I can't, is there a way to check to see if there
> are any live connections?
>
> TIA,
>
> S
>
>
kill -HUP the pid of the main sshd process (the one with a parent ID of 1)
- Next message: Stefaan A Eeckels: "Re: Restarting sshd without interruption"
- Previous message: sinister: "Restarting sshd without interruption"
- In reply to: sinister: "Restarting sshd without interruption"
- Next in thread: Thomas Binder: "Re: Restarting sshd without interruption"
- Reply: Thomas Binder: "Re: Restarting sshd without interruption"
- Reply: sinister: "Re: Restarting sshd without interruption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|