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 51d339b65..fec3c3582 100644
--- a/sshd.8
+++ b/sshd.8
@@ -185,9 +185,12 @@ Ports specified using the
185option override command-line ports. 185option override command-line ports.
186.It Fl q 186.It Fl q
187Quiet mode. 187Quiet mode.
188Nothing is sent to the system log. 188Only fatal errors are sent to the system log.
189Normally the beginning, 189Normally the beginning,
190authentication, and termination of each connection is logged. 190authentication, and termination of each connection is logged.
191If a second
192.Fl q
193is given then nothing is sent to the system log.
191.It Fl t 194.It Fl t
192Test mode. 195Test mode.
193Only check the validity of the configuration file and sanity of the keys. 196Only check the validity of the configuration file and sanity of the keys.
@@ -624,7 +627,7 @@ really used for anything; they are provided for the convenience of
624the user so their contents can be copied to known hosts files. 627the user so their contents can be copied to known hosts files.
625These files are created using 628These files are created using
626.Xr ssh-keygen 1 . 629.Xr ssh-keygen 1 .
627.It Pa /etc/moduli 630.It Pa /etc/ssh/moduli
628Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 631Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
629The file format is described in 632The file format is described in
630.Xr moduli 5 . 633.Xr moduli 5 .