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 c4c4181fc..ae7957648 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
@@ -780,7 +783,7 @@ This file is for host-based authentication (see
780.Xr ssh 1 ) . 783.Xr ssh 1 ) .
781It should only be writable by root. 784It should only be writable by root.
782.Pp 785.Pp
783.It /etc/moduli 786.It /etc/ssh/moduli
784Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 787Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
785The file format is described in 788The file format is described in
786.Xr moduli 5 . 789.Xr moduli 5 .
@@ -873,6 +876,7 @@ The content of this file is not sensitive; it can be world-readable.
873.Xr ssh-agent 1 , 876.Xr ssh-agent 1 ,
874.Xr ssh-keygen 1 , 877.Xr ssh-keygen 1 ,
875.Xr ssh-keyscan 1 , 878.Xr ssh-keyscan 1 ,
879.Xr ssh-vulnkey 1 ,
876.Xr chroot 2 , 880.Xr chroot 2 ,
877.Xr hosts_access 5 , 881.Xr hosts_access 5 ,
878.Xr login.conf 5 , 882.Xr login.conf 5 ,