summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:09 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 23:43:41 +0000
commitd087ec8cf190df54fa8cb77c6ffd55a819dd1777 (patch)
treea5821a0535ec5bf3d0163683893760e3467b6e20 /sshd.8
parent9ffc99332ff1bac6be9f0af430268e7981bd3dd2 (diff)
Adjust various OpenBSD-specific references in manual pages
No single bug reference for this patch, but history includes: http://bugs.debian.org/154434 (login.conf(5)) http://bugs.debian.org/513417 (/etc/rc) http://bugs.debian.org/530692 (ssl(8)) https://bugs.launchpad.net/bugs/456660 (ssl(8)) Forwarded: not-needed Last-Update: 2013-09-14 Patch-Name: openbsd-docs.patch
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.85
1 files changed, 2 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index b0c7ab6bd..95c1845a4 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
@@ -859,7 +859,7 @@ This file is for host-based authentication (see
859.Xr ssh 1 ) . 859.Xr ssh 1 ) .
860It should only be writable by root. 860It should only be writable by root.
861.Pp 861.Pp
862.It Pa /etc/moduli 862.It Pa /etc/ssh/moduli
863Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". 863Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
864The file format is described in 864The file format is described in
865.Xr moduli 5 . 865.Xr moduli 5 .
@@ -956,7 +956,6 @@ The content of this file is not sensitive; it can be world-readable.
956.Xr ssh-keyscan 1 , 956.Xr ssh-keyscan 1 ,
957.Xr chroot 2 , 957.Xr chroot 2 ,
958.Xr hosts_access 5 , 958.Xr hosts_access 5 ,
959.Xr login.conf 5 ,
960.Xr moduli 5 , 959.Xr moduli 5 ,
961.Xr sshd_config 5 , 960.Xr sshd_config 5 ,
962.Xr inetd 8 , 961.Xr inetd 8 ,