diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.267 2012/10/04 13:21:50 markus Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.270 2013/06/27 14:05:37 jmc Exp $ |
37 | .Dd $Mdocdate: October 4 2012 $ | 37 | .Dd $Mdocdate: June 27 2013 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -47,6 +47,7 @@ | |||
47 | .Op Fl b Ar bits | 47 | .Op Fl b Ar bits |
48 | .Op Fl C Ar connection_spec | 48 | .Op Fl C Ar connection_spec |
49 | .Op Fl c Ar host_certificate_file | 49 | .Op Fl c Ar host_certificate_file |
50 | .Op Fl E Ar log_file | ||
50 | .Op Fl f Ar config_file | 51 | .Op Fl f Ar config_file |
51 | .Op Fl g Ar login_grace_time | 52 | .Op Fl g Ar login_grace_time |
52 | .Op Fl h Ar host_key_file | 53 | .Op Fl h Ar host_key_file |
@@ -146,10 +147,12 @@ Multiple | |||
146 | .Fl d | 147 | .Fl d |
147 | options increase the debugging level. | 148 | options increase the debugging level. |
148 | Maximum is 3. | 149 | Maximum is 3. |
150 | .It Fl E Ar log_file | ||
151 | Append debug logs to | ||
152 | .Ar log_file | ||
153 | instead of the system log. | ||
149 | .It Fl e | 154 | .It Fl e |
150 | When this option is specified, | 155 | Write debug logs to standard error instead of the system log. |
151 | .Nm | ||
152 | will send the output to the standard error instead of the system log. | ||
153 | .It Fl f Ar config_file | 156 | .It Fl f Ar config_file |
154 | Specifies the name of the configuration file. | 157 | Specifies the name of the configuration file. |
155 | The default is | 158 | The default is |
@@ -564,9 +567,7 @@ is enabled. | |||
564 | Specifies that in addition to public key authentication, either the canonical | 567 | Specifies that in addition to public key authentication, either the canonical |
565 | name of the remote host or its IP address must be present in the | 568 | name of the remote host or its IP address must be present in the |
566 | comma-separated list of patterns. | 569 | comma-separated list of patterns. |
567 | See | 570 | See PATTERNS in |
568 | .Sx PATTERNS | ||
569 | in | ||
570 | .Xr ssh_config 5 | 571 | .Xr ssh_config 5 |
571 | for more information on patterns. | 572 | for more information on patterns. |
572 | .Pp | 573 | .Pp |