Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 12:36:02 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Chuck Swiger <cswiger@mac.com>
Cc:        security@freebsd.org
Subject:   Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh
Message-ID:  <200309171936.h8HJa2K5012289@apollo.backplane.com>
References:  <200309161817.h8GIH1GL072348@freefall.freebsd.org> <5.0.2.1.1.20030916225106.02e09dc0@popserver.sfu.ca> <1063807011.15698.3.camel@gentoo1.enic.cc> <20030917140107.GD91843@madman.celabo.org> <16232.43602.97364.411009@cnr.cs.columbia.edu> <20030917184232.GE6137@madman.celabo.org> <3F68B4EF.9050507@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:[ ... ]
: >> On FreeBSD 5.0 and later, wouldn't it be both simpler and safer to
: >> recommend
: >> # /etc/rc.d/sshd restart
: >> instead?
:
:This can be dangerous if you are ssh'ed in, and the restart kills your 
:connection rather than the daemon.

    All the restart target does is basically kill the pid using the pid file
    and then restart the daemon, so it is no more dangerous then the below.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

: > Then there would be two sets of instructions, which sucks.
: >
: > I think we'll just not do it quite completely and go with
: >
: >     # kill `cat /var/run/sshd.pid`
: >     # /usr/sbin/sshd
:
:This is good.
:
:-- 
:-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309171936.h8HJa2K5012289>