summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-21 13:23:52 +1100
committerDamien Miller <djm@mindrot.org>1999-11-21 13:23:52 +1100
commit6162d1215bbff30cf0c4c19368dc85ae570d44ca (patch)
treef82956b4429cad04a2296a1ede65e147bafb92f4 /sshd.8
parentf58db38f8d396ee5ea42975d9409a644e01cede8 (diff)
- OpenBSD CVS Changes
- [channels.c] make this compile, bad markus - [log.c readconf.c servconf.c ssh.h] bugfix: loglevels are per host in clientconfig, factor out common log-level parsing code. - [servconf.c] remove unused index (-Wall) - [ssh-agent.c] only one 'extern char *__progname' - [sshd.8] document SIGHUP, -Q to synopsis - [sshconnect.c serverloop.c sshd.c packet.c packet.h] [channels.c clientloop.c] SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ [hope this time my ISP stays alive during commit]
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index e9a09f439..ac728f847 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.7 1999/11/12 00:33:04 damien Exp $ 12.\" $Id: sshd.8,v 1.8 1999/11/21 02:23:53 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -19,7 +19,7 @@
19.Nd secure shell daemon 19.Nd secure shell daemon
20.Sh SYNOPSIS 20.Sh SYNOPSIS
21.Nm sshd 21.Nm sshd
22.Op Fl diq 22.Op Fl diqQ
23.Op Fl b Ar bits 23.Op Fl b Ar bits
24.Op Fl f Ar config_file 24.Op Fl f Ar config_file
25.Op Fl g Ar login_grace_time 25.Op Fl g Ar login_grace_time
@@ -106,6 +106,10 @@ can be configured using command-line options or a configuration
106file. Command-line options override values specified in the 106file. Command-line options override values specified in the
107configuration file. 107configuration file.
108.Pp 108.Pp
109.Nm
110rereads its configuration file when it receives a hangup signal,
111.Dv SIGHUP .
112.Pp
109The options are as follows: 113The options are as follows:
110.Bl -tag -width Ds 114.Bl -tag -width Ds
111.It Fl b Ar bits 115.It Fl b Ar bits