diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:09 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-21 16:14:03 +0100 |
commit | b3a38ffd3427b5404210f841c8e29c2df21e1825 (patch) | |
tree | a135cfcbf1fc3099a06eeced7600705bd357a44d /ssh-keygen.1 | |
parent | df7d113a48bd33e42754ee5e83d3cda84cc219f9 (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 124456577..9b877b860 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -178,9 +178,7 @@ key in | |||
178 | .Pa ~/.ssh/id_ed25519 | 178 | .Pa ~/.ssh/id_ed25519 |
179 | or | 179 | or |
180 | .Pa ~/.ssh/id_rsa . | 180 | .Pa ~/.ssh/id_rsa . |
181 | Additionally, the system administrator may use this to generate host keys, | 181 | Additionally, the system administrator may use this to generate host keys. |
182 | as seen in | ||
183 | .Pa /etc/rc . | ||
184 | .Pp | 182 | .Pp |
185 | Normally this program generates the key and asks for a file in which | 183 | Normally this program generates the key and asks for a file in which |
186 | to store the private key. | 184 | to store the private key. |
@@ -243,9 +241,7 @@ If | |||
243 | .Fl f | 241 | .Fl f |
244 | has also been specified, its argument is used as a prefix to the | 242 | has also been specified, its argument is used as a prefix to the |
245 | default path for the resulting host key files. | 243 | default path for the resulting host key files. |
246 | This is used by | 244 | This is used by system administration scripts to generate new host keys. |
247 | .Pa /etc/rc | ||
248 | to generate new host keys. | ||
249 | .It Fl a Ar rounds | 245 | .It Fl a Ar rounds |
250 | When saving a private key this option specifies the number of KDF | 246 | When saving a private key this option specifies the number of KDF |
251 | (key derivation function) rounds used. | 247 | (key derivation function) rounds used. |
@@ -703,7 +699,7 @@ option. | |||
703 | Valid generator values are 2, 3, and 5. | 699 | Valid generator values are 2, 3, and 5. |
704 | .Pp | 700 | .Pp |
705 | Screened DH groups may be installed in | 701 | Screened DH groups may be installed in |
706 | .Pa /etc/moduli . | 702 | .Pa /etc/ssh/moduli . |
707 | It is important that this file contains moduli of a range of bit lengths and | 703 | It is important that this file contains moduli of a range of bit lengths and |
708 | that both ends of a connection share common moduli. | 704 | that both ends of a connection share common moduli. |
709 | .Sh CERTIFICATES | 705 | .Sh CERTIFICATES |
@@ -903,7 +899,7 @@ on all machines | |||
903 | where the user wishes to log in using public key authentication. | 899 | where the user wishes to log in using public key authentication. |
904 | There is no need to keep the contents of this file secret. | 900 | There is no need to keep the contents of this file secret. |
905 | .Pp | 901 | .Pp |
906 | .It Pa /etc/moduli | 902 | .It Pa /etc/ssh/moduli |
907 | Contains Diffie-Hellman groups used for DH-GEX. | 903 | Contains Diffie-Hellman groups used for DH-GEX. |
908 | The file format is described in | 904 | The file format is described in |
909 | .Xr moduli 5 . | 905 | .Xr moduli 5 . |