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 12c2cefec..476474837 100644
--- a/sshd.8
+++ b/sshd.8
@@ -188,9 +188,12 @@ Ports specified using the
188option override command-line ports. 188option override command-line ports.
189.It Fl q 189.It Fl q
190Quiet mode. 190Quiet mode.
191Nothing is sent to the system log. 191Only fatal errors are sent to the system log.
192Normally the beginning, 192Normally the beginning,
193authentication, and termination of each connection is logged. 193authentication, and termination of each connection is logged.
194If a second
195.Fl q
196is given then nothing is sent to the system log.
194.It Fl t 197.It Fl t
195Test mode. 198Test mode.
196Only check the validity of the configuration file and sanity of the keys. 199Only check the validity of the configuration file and sanity of the keys.
@@ -738,7 +741,7 @@ This file is for host-based authentication (see
738.Xr ssh 1 ) . 741.Xr ssh 1 ) .
739It should only be writable by root. 742It should only be writable by root.
740.Pp 743.Pp
741.It /etc/moduli 744.It /etc/ssh/moduli
742Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 745Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
743The file format is described in 746The file format is described in
744.Xr moduli 5 . 747.Xr moduli 5 .