RE: Restarting sshd v3.6.1 on Solaris
Jason.Santos_at_pinnaclewest.com
Date: 05/17/03
- Previous message: David Santinoli: "Re: Permission denied (publickey,password,keyboard-interactive)"
- Maybe in reply to: Curt D McIntosh: "Restarting sshd v3.6.1 on Solaris"
- Next in thread: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"
- Reply: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 17 May 2003 13:09:47 -0700 To: cmcintos@csc.com, secureshell@securityfocus.com
Your init.d script should just blithely kill all sshd processes, you
only need kill the parent process, either by looking in the sshd.pid
file or doing a ps -ef | grep sshd and look for the one with the PPID of
1. This will leave your existing connection open while restarting the
process listening on the port.
-- Jason Santos Sr. Unix System Administrator APS/Pinnacle West Phoenix, AZ USA -----Original Message----- From: Curt D McIntosh [mailto:cmcintos@csc.com] Sent: Saturday, May 17, 2003 10:54 AM To: secureshell@securityfocus.com Subject: Restarting sshd v3.6.1 on Solaris I have ssh 3.6.1p1 running on Solaris 2.5/6/7/8 and 9. Aside from walking over to the host and issuing /etc/init.d/sshd start, how do restart sshd if 1) it fails and 2) you modify the configuration file and need to restart it on a remote host? Thanks for the help, Mc
- Previous message: David Santinoli: "Re: Permission denied (publickey,password,keyboard-interactive)"
- Maybe in reply to: Curt D McIntosh: "Restarting sshd v3.6.1 on Solaris"
- Next in thread: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"
- Reply: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|