summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index b0c7ab6bd..b91f08cff 100644
--- a/sshd.8
+++ b/sshd.8
@@ -70,7 +70,10 @@ 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
74(or
75.Pa /etc/init/ssh.conf
76on systems using the Upstart init daemon).
74It forks a new 77It forks a new
75daemon for each incoming connection. 78daemon for each incoming connection.
76The forked daemons handle 79The forked daemons handle
@@ -859,7 +862,7 @@ This file is for host-based authentication (see
859.Xr ssh 1 ) . 862.Xr ssh 1 ) .
860It should only be writable by root. 863It should only be writable by root.
861.Pp 864.Pp
862.It Pa /etc/moduli 865.It Pa /etc/ssh/moduli
863Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 866Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
864The file format is described in 867The file format is described in
865.Xr moduli 5 . 868.Xr moduli 5 .
@@ -954,9 +957,9 @@ The content of this file is not sensitive; it can be world-readable.
954.Xr ssh-agent 1 , 957.Xr ssh-agent 1 ,
955.Xr ssh-keygen 1 , 958.Xr ssh-keygen 1 ,
956.Xr ssh-keyscan 1 , 959.Xr ssh-keyscan 1 ,
960.Xr ssh-vulnkey 1 ,
957.Xr chroot 2 , 961.Xr chroot 2 ,
958.Xr hosts_access 5 , 962.Xr hosts_access 5 ,
959.Xr login.conf 5 ,
960.Xr moduli 5 , 963.Xr moduli 5 ,
961.Xr sshd_config 5 , 964.Xr sshd_config 5 ,
962.Xr inetd 8 , 965.Xr inetd 8 ,