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 522279ee3..74ea77182 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.
@@ -734,7 +737,7 @@ This file is for host-based authentication (see
734.Xr ssh 1 ) . 737.Xr ssh 1 ) .
735It should only be writable by root. 738It should only be writable by root.
736.Pp 739.Pp
737.It /etc/moduli 740.It /etc/ssh/moduli
738Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 741Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
739The file format is described in 742The file format is described in
740.Xr moduli 5 . 743.Xr moduli 5 .