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 0eeea6666..27b1a3cf6 100644
--- a/sshd.8
+++ b/sshd.8
@@ -284,9 +284,12 @@ Ports specified in the configuration file are ignored when a
284command-line port is specified. 284command-line port is specified.
285.It Fl q 285.It Fl q
286Quiet mode. 286Quiet mode.
287Nothing is sent to the system log. 287Only fatal errors are sent to the system log.
288Normally the beginning, 288Normally the beginning,
289authentication, and termination of each connection is logged. 289authentication, and termination of each connection is logged.
290If a second
291.Fl q
292is given then nothing is sent to the system log.
290.It Fl t 293.It Fl t
291Test mode. 294Test mode.
292Only check the validity of the configuration file and sanity of the keys. 295Only check the validity of the configuration file and sanity of the keys.
@@ -615,7 +618,7 @@ really used for anything; they are provided for the convenience of
615the user so their contents can be copied to known hosts files. 618the user so their contents can be copied to known hosts files.
616These files are created using 619These files are created using
617.Xr ssh-keygen 1 . 620.Xr ssh-keygen 1 .
618.It Pa /etc/moduli 621.It Pa /etc/ssh/moduli
619Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 622Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
620The file format is described in 623The file format is described in
621.Xr moduli 5 . 624.Xr moduli 5 .