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 ce2213c78..01711dfff 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. |
@@ -227,9 +225,7 @@ For each of the key types (rsa1, rsa, dsa, ecdsa and ed25519) | |||
227 | for which host keys | 225 | for which host keys |
228 | do not exist, generate the host keys with the default key file path, | 226 | do not exist, generate the host keys with the default key file path, |
229 | an empty passphrase, default bits for the key type, and default comment. | 227 | an empty passphrase, default bits for the key type, and default comment. |
230 | This is used by | 228 | This is used by system administration scripts to generate new host keys. |
231 | .Pa /etc/rc | ||
232 | to generate new host keys. | ||
233 | .It Fl a Ar rounds | 229 | .It Fl a Ar rounds |
234 | When saving a new-format private key (i.e. an ed25519 key or any SSH protocol | 230 | When saving a new-format private key (i.e. an ed25519 key or any SSH protocol |
235 | 2 key when the | 231 | 2 key when the |
@@ -644,7 +640,7 @@ option. | |||
644 | Valid generator values are 2, 3, and 5. | 640 | Valid generator values are 2, 3, and 5. |
645 | .Pp | 641 | .Pp |
646 | Screened DH groups may be installed in | 642 | Screened DH groups may be installed in |
647 | .Pa /etc/moduli . | 643 | .Pa /etc/ssh/moduli . |
648 | It is important that this file contains moduli of a range of bit lengths and | 644 | It is important that this file contains moduli of a range of bit lengths and |
649 | that both ends of a connection share common moduli. | 645 | that both ends of a connection share common moduli. |
650 | .Sh CERTIFICATES | 646 | .Sh CERTIFICATES |
@@ -843,7 +839,7 @@ on all machines | |||
843 | where the user wishes to log in using public key authentication. | 839 | where the user wishes to log in using public key authentication. |
844 | There is no need to keep the contents of this file secret. | 840 | There is no need to keep the contents of this file secret. |
845 | .Pp | 841 | .Pp |
846 | .It Pa /etc/moduli | 842 | .It Pa /etc/ssh/moduli |
847 | Contains Diffie-Hellman groups used for DH-GEX. | 843 | Contains Diffie-Hellman groups used for DH-GEX. |
848 | The file format is described in | 844 | The file format is described in |
849 | .Xr moduli 5 . | 845 | .Xr moduli 5 . |