[sshd.8]
     explain SIGHUP better
This commit is contained in:
Ben Lindstrom 2001-03-05 06:55:18 +00:00
parent 4040fe10a9
commit 49a098d1b2
2 changed files with 8 additions and 3 deletions

View File

@ -110,6 +110,9 @@
[ssh.c] [ssh.c]
don't truncate remote ssh-2 commands; from mkubita@securities.cz don't truncate remote ssh-2 commands; from mkubita@securities.cz
use min, not max for logging, fixes overflow. use min, not max for logging, fixes overflow.
- deraadt@cvs.openbsd.org 2001/03/02 06:21:01
[sshd.8]
explain SIGHUP better
20010304 20010304
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@ -4302,4 +4305,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.885 2001/03/05 06:52:57 mouring Exp $ $Id: ChangeLog,v 1.886 2001/03/05 06:55:18 mouring Exp $

6
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.96 2001/02/22 21:57:27 markus Exp $ .\" $OpenBSD: sshd.8,v 1.97 2001/03/02 06:21:01 deraadt Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -174,7 +174,9 @@ configuration file.
.Pp .Pp
.Nm .Nm
rereads its configuration file when it receives a hangup signal, rereads its configuration file when it receives a hangup signal,
.Dv SIGHUP . .Dv SIGHUP ,
by executing itself with the name it was started as, ie.
.Pa /usr/sbin/sshd .
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width Ds .Bl -tag -width Ds