summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 7 insertions, 4 deletions
diff --git a/sshd.8 b/sshd.8
index 5f1966005..5df48a005 100644
--- a/sshd.8
+++ b/sshd.8
@@ -70,7 +70,7 @@ over an insecure network.
70.Nm 70.Nm
71listens for connections from clients. 71listens for connections from clients.
72It is normally started at boot from 72It is normally started at boot from
73.Pa /etc/rc . 73.Pa /etc/init.d/ssh .
74It forks a new 74It forks a new
75daemon for each incoming connection. 75daemon for each incoming connection.
76The forked daemons handle 76The forked daemons handle
@@ -217,9 +217,12 @@ Ports specified using the
217option override command-line ports. 217option override command-line ports.
218.It Fl q 218.It Fl q
219Quiet mode. 219Quiet mode.
220Nothing is sent to the system log. 220Only fatal errors are sent to the system log.
221Normally the beginning, 221Normally the beginning,
222authentication, and termination of each connection is logged. 222authentication, and termination of each connection is logged.
223If a second
224.Fl q
225is given then nothing is sent to the system log.
223.It Fl T 226.It Fl T
224Extended test mode. 227Extended test mode.
225Check the validity of the configuration file, output the effective configuration 228Check the validity of the configuration file, output the effective configuration
@@ -835,7 +838,7 @@ This file is for host-based authentication (see
835.Xr ssh 1 ) . 838.Xr ssh 1 ) .
836It should only be writable by root. 839It should only be writable by root.
837.Pp 840.Pp
838.It /etc/moduli 841.It /etc/ssh/moduli
839Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 842Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
840The file format is described in 843The file format is described in
841.Xr moduli 5 . 844.Xr moduli 5 .
@@ -928,9 +931,9 @@ The content of this file is not sensitive; it can be world-readable.
928.Xr ssh-agent 1 , 931.Xr ssh-agent 1 ,
929.Xr ssh-keygen 1 , 932.Xr ssh-keygen 1 ,
930.Xr ssh-keyscan 1 , 933.Xr ssh-keyscan 1 ,
934.Xr ssh-vulnkey 1 ,
931.Xr chroot 2 , 935.Xr chroot 2 ,
932.Xr hosts_access 5 , 936.Xr hosts_access 5 ,
933.Xr login.conf 5 ,
934.Xr moduli 5 , 937.Xr moduli 5 ,
935.Xr sshd_config 5 , 938.Xr sshd_config 5 ,
936.Xr inetd 8 , 939.Xr inetd 8 ,