summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index ac3bf96cf..99e62173c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -289,9 +289,12 @@ Ports specified in the configuration file are ignored when a
289command-line port is specified. 289command-line port is specified.
290.It Fl q 290.It Fl q
291Quiet mode. 291Quiet mode.
292Nothing is sent to the system log. 292Only fatal errors are sent to the system log.
293Normally the beginning, 293Normally the beginning,
294authentication, and termination of each connection is logged. 294authentication, and termination of each connection is logged.
295If a second
296.Fl q
297is given then nothing is sent to the system log.
295.It Fl t 298.It Fl t
296Test mode. 299Test mode.
297Only check the validity of the configuration file and sanity of the keys. 300Only check the validity of the configuration file and sanity of the keys.
@@ -621,7 +624,7 @@ really used for anything; they are provided for the convenience of
621the user so their contents can be copied to known hosts files. 624the user so their contents can be copied to known hosts files.
622These files are created using 625These files are created using
623.Xr ssh-keygen 1 . 626.Xr ssh-keygen 1 .
624.It Pa /etc/moduli 627.It Pa /etc/ssh/moduli
625Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 628Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
626The file format is described in 629The file format is described in
627.Xr moduli 5 . 630.Xr moduli 5 .