summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.817
1 files changed, 9 insertions, 8 deletions
diff --git a/sshd.8 b/sshd.8
index e7ec82e64..b91f08cff 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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
@@ -149,10 +150,12 @@ Multiple
149.Fl d 150.Fl d
150options increase the debugging level. 151options increase the debugging level.
151Maximum is 3. 152Maximum is 3.
153.It Fl E Ar log_file
154Append debug logs to
155.Ar log_file
156instead of the system log.
152.It Fl e 157.It Fl e
153When this option is specified, 158Write debug logs to standard error instead of the system log.
154.Nm
155will send the output to the standard error instead of the system log.
156.It Fl f Ar config_file 159.It Fl f Ar config_file
157Specifies the name of the configuration file. 160Specifies the name of the configuration file.
158The default is 161The default is
@@ -567,9 +570,7 @@ is enabled.
567Specifies that in addition to public key authentication, either the canonical 570Specifies that in addition to public key authentication, either the canonical
568name of the remote host or its IP address must be present in the 571name of the remote host or its IP address must be present in the
569comma-separated list of patterns. 572comma-separated list of patterns.
570See 573See PATTERNS in
571.Sx PATTERNS
572in
573.Xr ssh_config 5 574.Xr ssh_config 5
574for more information on patterns. 575for more information on patterns.
575.Pp 576.Pp