diff options
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 0e0ed989f..299ccf8dd 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -172,9 +172,7 @@ key in | |||
172 | .Pa ~/.ssh/id_ed25519 | 172 | .Pa ~/.ssh/id_ed25519 |
173 | or | 173 | or |
174 | .Pa ~/.ssh/id_rsa . | 174 | .Pa ~/.ssh/id_rsa . |
175 | Additionally, the system administrator may use this to generate host keys, | 175 | Additionally, the system administrator may use this to generate host keys. |
176 | as seen in | ||
177 | .Pa /etc/rc . | ||
178 | .Pp | 176 | .Pp |
179 | Normally this program generates the key and asks for a file in which | 177 | Normally this program generates the key and asks for a file in which |
180 | to store the private key. | 178 | to store the private key. |
@@ -221,9 +219,7 @@ For each of the key types (rsa1, rsa, dsa, ecdsa and ed25519) | |||
221 | for which host keys | 219 | for which host keys |
222 | do not exist, generate the host keys with the default key file path, | 220 | do not exist, generate the host keys with the default key file path, |
223 | an empty passphrase, default bits for the key type, and default comment. | 221 | an empty passphrase, default bits for the key type, and default comment. |
224 | This is used by | 222 | This is used by system administration scripts to generate new host keys. |
225 | .Pa /etc/rc | ||
226 | to generate new host keys. | ||
227 | .It Fl a Ar rounds | 223 | .It Fl a Ar rounds |
228 | When saving a new-format private key (i.e. an ed25519 key or any SSH protocol | 224 | When saving a new-format private key (i.e. an ed25519 key or any SSH protocol |
229 | 2 key when the | 225 | 2 key when the |
@@ -628,7 +624,7 @@ option. | |||
628 | Valid generator values are 2, 3, and 5. | 624 | Valid generator values are 2, 3, and 5. |
629 | .Pp | 625 | .Pp |
630 | Screened DH groups may be installed in | 626 | Screened DH groups may be installed in |
631 | .Pa /etc/moduli . | 627 | .Pa /etc/ssh/moduli . |
632 | It is important that this file contains moduli of a range of bit lengths and | 628 | It is important that this file contains moduli of a range of bit lengths and |
633 | that both ends of a connection share common moduli. | 629 | that both ends of a connection share common moduli. |
634 | .Sh CERTIFICATES | 630 | .Sh CERTIFICATES |
@@ -827,7 +823,7 @@ on all machines | |||
827 | where the user wishes to log in using public key authentication. | 823 | where the user wishes to log in using public key authentication. |
828 | There is no need to keep the contents of this file secret. | 824 | There is no need to keep the contents of this file secret. |
829 | .Pp | 825 | .Pp |
830 | .It Pa /etc/moduli | 826 | .It Pa /etc/ssh/moduli |
831 | Contains Diffie-Hellman groups used for DH-GEX. | 827 | Contains Diffie-Hellman groups used for DH-GEX. |
832 | The file format is described in | 828 | The file format is described in |
833 | .Xr moduli 5 . | 829 | .Xr moduli 5 . |