diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-03 18:40:49 +0100 |
commit | c3d9231e598560dfe63a56a422439d263a2c3ebe (patch) | |
tree | f154bfbd1dada7668c5acd8e4144ea7a5162f66b /ssh-keygen.1 | |
parent | 66488db1ed04b4ca150ec530ed212fa46a653c1a (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 3525d7d17..39767e621 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -176,9 +176,7 @@ key in | |||
176 | .Pa ~/.ssh/id_ed25519 | 176 | .Pa ~/.ssh/id_ed25519 |
177 | or | 177 | or |
178 | .Pa ~/.ssh/id_rsa . | 178 | .Pa ~/.ssh/id_rsa . |
179 | Additionally, the system administrator may use this to generate host keys, | 179 | Additionally, the system administrator may use this to generate host keys. |
180 | as seen in | ||
181 | .Pa /etc/rc . | ||
182 | .Pp | 180 | .Pp |
183 | Normally this program generates the key and asks for a file in which | 181 | Normally this program generates the key and asks for a file in which |
184 | to store the private key. | 182 | to store the private key. |
@@ -229,9 +227,7 @@ If | |||
229 | .Fl f | 227 | .Fl f |
230 | has also been specified, its argument is used as a prefix to the | 228 | has also been specified, its argument is used as a prefix to the |
231 | default path for the resulting host key files. | 229 | default path for the resulting host key files. |
232 | This is used by | 230 | This is used by system administration scripts to generate new host keys. |
233 | .Pa /etc/rc | ||
234 | to generate new host keys. | ||
235 | .It Fl a Ar rounds | 231 | .It Fl a Ar rounds |
236 | When saving a new-format private key (i.e. an ed25519 key or when the | 232 | When saving a new-format private key (i.e. an ed25519 key or when the |
237 | .Fl o | 233 | .Fl o |
@@ -685,7 +681,7 @@ option. | |||
685 | Valid generator values are 2, 3, and 5. | 681 | Valid generator values are 2, 3, and 5. |
686 | .Pp | 682 | .Pp |
687 | Screened DH groups may be installed in | 683 | Screened DH groups may be installed in |
688 | .Pa /etc/moduli . | 684 | .Pa /etc/ssh/moduli . |
689 | It is important that this file contains moduli of a range of bit lengths and | 685 | It is important that this file contains moduli of a range of bit lengths and |
690 | that both ends of a connection share common moduli. | 686 | that both ends of a connection share common moduli. |
691 | .Sh CERTIFICATES | 687 | .Sh CERTIFICATES |
@@ -872,7 +868,7 @@ on all machines | |||
872 | where the user wishes to log in using public key authentication. | 868 | where the user wishes to log in using public key authentication. |
873 | There is no need to keep the contents of this file secret. | 869 | There is no need to keep the contents of this file secret. |
874 | .Pp | 870 | .Pp |
875 | .It Pa /etc/moduli | 871 | .It Pa /etc/ssh/moduli |
876 | Contains Diffie-Hellman groups used for DH-GEX. | 872 | Contains Diffie-Hellman groups used for DH-GEX. |
877 | The file format is described in | 873 | The file format is described in |
878 | .Xr moduli 5 . | 874 | .Xr moduli 5 . |