diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-21 12:08:07 +0000 |
commit | 39fe318a4b572deeb3f7d03e55d319c0ab112a28 (patch) | |
tree | 303667100ef2564a8316cfb05934572057618cf1 /ssh-keygen.1 | |
parent | b0cb3badf4d423f8ea7bf950e55ca72878cc224b (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: 2017-10-04
Patch-Name: openbsd-docs.patch
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 7af564297..d6a7870e0 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -196,9 +196,7 @@ key in | |||
196 | .Pa ~/.ssh/id_ed25519_sk | 196 | .Pa ~/.ssh/id_ed25519_sk |
197 | or | 197 | or |
198 | .Pa ~/.ssh/id_rsa . | 198 | .Pa ~/.ssh/id_rsa . |
199 | Additionally, the system administrator may use this to generate host keys, | 199 | Additionally, the system administrator may use this to generate host keys. |
200 | as seen in | ||
201 | .Pa /etc/rc . | ||
202 | .Pp | 200 | .Pp |
203 | Normally this program generates the key and asks for a file in which | 201 | Normally this program generates the key and asks for a file in which |
204 | to store the private key. | 202 | to store the private key. |
@@ -261,9 +259,7 @@ If | |||
261 | .Fl f | 259 | .Fl f |
262 | has also been specified, its argument is used as a prefix to the | 260 | has also been specified, its argument is used as a prefix to the |
263 | default path for the resulting host key files. | 261 | default path for the resulting host key files. |
264 | This is used by | 262 | This is used by system administration scripts to generate new host keys. |
265 | .Pa /etc/rc | ||
266 | to generate new host keys. | ||
267 | .It Fl a Ar rounds | 263 | .It Fl a Ar rounds |
268 | When saving a private key, this option specifies the number of KDF | 264 | When saving a private key, this option specifies the number of KDF |
269 | (key derivation function) rounds used. | 265 | (key derivation function) rounds used. |
@@ -783,7 +779,7 @@ option. | |||
783 | Valid generator values are 2, 3, and 5. | 779 | Valid generator values are 2, 3, and 5. |
784 | .Pp | 780 | .Pp |
785 | Screened DH groups may be installed in | 781 | Screened DH groups may be installed in |
786 | .Pa /etc/moduli . | 782 | .Pa /etc/ssh/moduli . |
787 | It is important that this file contains moduli of a range of bit lengths and | 783 | It is important that this file contains moduli of a range of bit lengths and |
788 | that both ends of a connection share common moduli. | 784 | that both ends of a connection share common moduli. |
789 | .Pp | 785 | .Pp |
@@ -1154,7 +1150,7 @@ on all machines | |||
1154 | where the user wishes to log in using public key authentication. | 1150 | where the user wishes to log in using public key authentication. |
1155 | There is no need to keep the contents of this file secret. | 1151 | There is no need to keep the contents of this file secret. |
1156 | .Pp | 1152 | .Pp |
1157 | .It Pa /etc/moduli | 1153 | .It Pa /etc/ssh/moduli |
1158 | Contains Diffie-Hellman groups used for DH-GEX. | 1154 | Contains Diffie-Hellman groups used for DH-GEX. |
1159 | The file format is described in | 1155 | The file format is described in |
1160 | .Xr moduli 5 . | 1156 | .Xr moduli 5 . |