RE: Restarting sshd v3.6.1 on Solaris

Jason.Santos_at_pinnaclewest.com
Date: 05/17/03

  • Next message: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"
    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
    

  • Next message: wjnorth: "RE: Restarting sshd v3.6.1 on Solaris"

    Relevant Pages

    • Re: Restarting sshd v3.6.1 on Solaris
      ... I usually start another instance of sshd on a different port. ... start a few terminals till you feel safe and do the ... Restarting sshd v3.6.1 on Solaris ...
      (SSH)
    • Re: Openssh-portable
      ... try checking your sshd_config for ReverseMappingCheck. ... Specifies whether sshd should try to verify the remote host name and check ...
      (FreeBSD-Security)
    • telnet tunnelling ssh
      ... That host has ssh package installed and sshd up and running. ... The remote host allows *only* the telnet port protocol to connect. ...
      (comp.security.ssh)
    • Re: How to execute a single cmd over ssh?
      ... KKramsch writes: ... > to do a full ssh login? ... > the remote host runs sshd, but I have no superuser privileges on ...
      (comp.unix.shell)
    • Re: cannot local login ssh server using router ip.
      ... > forwarding) so that it will forward me to 192.168.0.3 ... UseDNS Specifies whether sshd should lookup the remote host name and ... it is assumed that the "remote host" is ...
      (comp.os.linux.networking)