diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 | |||
106 | file. Command-line options override values specified in the | 106 | file. Command-line options override values specified in the |
107 | configuration file. | 107 | configuration file. |
108 | .Pp | 108 | .Pp |
109 | .Nm | ||
110 | rereads its configuration file when it receives a hangup signal, | ||
111 | .Dv SIGHUP . | ||
112 | .Pp | ||
109 | The options are as follows: | 113 | The 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 |