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 233b00037..c5949dc1a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -296,9 +296,12 @@ Ports specified in the configuration file are ignored when a
296command-line port is specified. 296command-line port is specified.
297.It Fl q 297.It Fl q
298Quiet mode. 298Quiet mode.
299Nothing is sent to the system log. 299Only fatal errors are sent to the system log.
300Normally the beginning, 300Normally the beginning,
301authentication, and termination of each connection is logged. 301authentication, and termination of each connection is logged.
302If a second
303.Fl q
304is given then nothing is sent to the system log.
302.It Fl t 305.It Fl t
303Test mode. 306Test mode.
304Only check the validity of the configuration file and sanity of the keys. 307Only check the validity of the configuration file and sanity of the keys.
@@ -613,7 +616,7 @@ really used for anything; they are provided for the convenience of
613the user so their contents can be copied to known hosts files. 616the user so their contents can be copied to known hosts files.
614These files are created using 617These files are created using
615.Xr ssh-keygen 1 . 618.Xr ssh-keygen 1 .
616.It Pa /etc/moduli 619.It Pa /etc/ssh/moduli
617Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 620Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
618The file format is described in 621The file format is described in
619.Xr moduli 5 . 622.Xr moduli 5 .