diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-11-29 17:26:21 +0000 |
commit | d4a383b11e186c0db65b9a2779ad5f5889563ceb (patch) | |
tree | d7e97a926ef4d43fa520065e4b7ed99580232981 /sshd.8 | |
parent | 2b5cab64ee1a2c917bf1b076fb81709cc0ea97d9 (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 |
@@ -861,7 +861,7 @@ This file is for host-based authentication (see | |||
861 | .Xr ssh 1 ) . | 861 | .Xr ssh 1 ) . |
862 | It should only be writable by root. | 862 | It should only be writable by root. |
863 | .Pp | 863 | .Pp |
864 | .It Pa /etc/moduli | 864 | .It Pa /etc/ssh/moduli |
865 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 865 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
866 | The file format is described in | 866 | The file format is described in |
867 | .Xr moduli 5 . | 867 | .Xr moduli 5 . |
@@ -960,7 +960,6 @@ The content of this file is not sensitive; it can be world-readable. | |||
960 | .Xr ssh-keyscan 1 , | 960 | .Xr ssh-keyscan 1 , |
961 | .Xr chroot 2 , | 961 | .Xr chroot 2 , |
962 | .Xr hosts_access 5 , | 962 | .Xr hosts_access 5 , |
963 | .Xr login.conf 5 , | ||
964 | .Xr moduli 5 , | 963 | .Xr moduli 5 , |
965 | .Xr sshd_config 5 , | 964 | .Xr sshd_config 5 , |
966 | .Xr inetd 8 , | 965 | .Xr inetd 8 , |