summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index a4b9e90c7..9541c2f35 100644
--- a/sshd.8
+++ b/sshd.8
@@ -207,9 +207,12 @@ Ports specified using the
207option override command-line ports. 207option override command-line ports.
208.It Fl q 208.It Fl q
209Quiet mode. 209Quiet mode.
210Nothing is sent to the system log. 210Only fatal errors are sent to the system log.
211Normally the beginning, 211Normally the beginning,
212authentication, and termination of each connection is logged. 212authentication, and termination of each connection is logged.
213If a second
214.Fl q
215is given then nothing is sent to the system log.
213.It Fl T 216.It Fl T
214Extended test mode. 217Extended test mode.
215Check the validity of the configuration file, output the effective configuration 218Check the validity of the configuration file, output the effective configuration
@@ -778,7 +781,7 @@ This file is for host-based authentication (see
778.Xr ssh 1 ) . 781.Xr ssh 1 ) .
779It should only be writable by root. 782It should only be writable by root.
780.Pp 783.Pp
781.It /etc/moduli 784.It /etc/ssh/moduli
782Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 785Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
783The file format is described in 786The file format is described in
784.Xr moduli 5 . 787.Xr moduli 5 .
@@ -871,6 +874,7 @@ The content of this file is not sensitive; it can be world-readable.
871.Xr ssh-agent 1 , 874.Xr ssh-agent 1 ,
872.Xr ssh-keygen 1 , 875.Xr ssh-keygen 1 ,
873.Xr ssh-keyscan 1 , 876.Xr ssh-keyscan 1 ,
877.Xr ssh-vulnkey 1 ,
874.Xr chroot 2 , 878.Xr chroot 2 ,
875.Xr hosts_access 5 , 879.Xr hosts_access 5 ,
876.Xr login.conf 5 , 880.Xr login.conf 5 ,