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 a99c4f162..46660b16c 100644
--- a/sshd.8
+++ b/sshd.8
@@ -261,9 +261,12 @@ Ports specified in the configuration file are ignored when a
261command-line port is specified. 261command-line port is specified.
262.It Fl q 262.It Fl q
263Quiet mode. 263Quiet mode.
264Nothing is sent to the system log. 264Only fatal errors are sent to the system log.
265Normally the beginning, 265Normally the beginning,
266authentication, and termination of each connection is logged. 266authentication, and termination of each connection is logged.
267If a second
268.Fl q
269is given then nothing is sent to the system log.
267.It Fl t 270.It Fl t
268Test mode. 271Test mode.
269Only check the validity of the configuration file and sanity of the keys. 272Only check the validity of the configuration file and sanity of the keys.
@@ -589,7 +592,7 @@ really used for anything; they are provided for the convenience of
589the user so their contents can be copied to known hosts files. 592the user so their contents can be copied to known hosts files.
590These files are created using 593These files are created using
591.Xr ssh-keygen 1 . 594.Xr ssh-keygen 1 .
592.It Pa /etc/moduli 595.It Pa /etc/ssh/moduli
593Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 596Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
594The file format is described in 597The file format is described in
595.Xr moduli 5 . 598.Xr moduli 5 .