diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-03-10 13:01:05 +0000 |
commit | a94344bdb2f8499dd6370f53f41d46bd5a6fc045 (patch) | |
tree | 49b58113c413e5eeb8e0b7393079fa9583441b5f /sshd.8 | |
parent | 4f28c3fcf778105bbbb3a2144d1d46bee93b48b7 (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: 2014-10-07
Patch-Name: openbsd-docs.patch
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -67,7 +67,7 @@ over an insecure network. | |||
67 | .Nm | 67 | .Nm |
68 | listens for connections from clients. | 68 | listens for connections from clients. |
69 | It is normally started at boot from | 69 | It is normally started at boot from |
70 | .Pa /etc/rc . | 70 | .Pa /etc/init.d/ssh . |
71 | It forks a new | 71 | It forks a new |
72 | daemon for each incoming connection. | 72 | daemon for each incoming connection. |
73 | The forked daemons handle | 73 | The forked daemons handle |
@@ -891,7 +891,7 @@ This file is for host-based authentication (see | |||
891 | .Xr ssh 1 ) . | 891 | .Xr ssh 1 ) . |
892 | It should only be writable by root. | 892 | It should only be writable by root. |
893 | .Pp | 893 | .Pp |
894 | .It Pa /etc/moduli | 894 | .It Pa /etc/ssh/moduli |
895 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" | 895 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" |
896 | key exchange method. | 896 | key exchange method. |
897 | The file format is described in | 897 | The file format is described in |
@@ -993,7 +993,6 @@ The content of this file is not sensitive; it can be world-readable. | |||
993 | .Xr ssh-keyscan 1 , | 993 | .Xr ssh-keyscan 1 , |
994 | .Xr chroot 2 , | 994 | .Xr chroot 2 , |
995 | .Xr hosts_access 5 , | 995 | .Xr hosts_access 5 , |
996 | .Xr login.conf 5 , | ||
997 | .Xr moduli 5 , | 996 | .Xr moduli 5 , |
998 | .Xr sshd_config 5 , | 997 | .Xr sshd_config 5 , |
999 | .Xr inetd 8 , | 998 | .Xr inetd 8 , |