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 144be7d6b..753cc625b 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -171,9 +171,7 @@ key in | |||
171 | .Pa ~/.ssh/id_dsa | 171 | .Pa ~/.ssh/id_dsa |
172 | or | 172 | or |
173 | .Pa ~/.ssh/id_rsa . | 173 | .Pa ~/.ssh/id_rsa . |
174 | Additionally, the system administrator may use this to generate host keys, | 174 | Additionally, the system administrator may use this to generate host keys. |
175 | as seen in | ||
176 | .Pa /etc/rc . | ||
177 | .Pp | 175 | .Pp |
178 | Normally this program generates the key and asks for a file in which | 176 | Normally this program generates the key and asks for a file in which |
179 | to store the private key. | 177 | to store the private key. |
@@ -219,9 +217,7 @@ The options are as follows: | |||
219 | For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys | 217 | For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys |
220 | do not exist, generate the host keys with the default key file path, | 218 | do not exist, generate the host keys with the default key file path, |
221 | an empty passphrase, default bits for the key type, and default comment. | 219 | an empty passphrase, default bits for the key type, and default comment. |
222 | This is used by | 220 | This is used by system administration scripts to generate new host keys. |
223 | .Pa /etc/rc | ||
224 | to generate new host keys. | ||
225 | .It Fl a Ar trials | 221 | .It Fl a Ar trials |
226 | Specifies the number of primality tests to perform when screening DH-GEX | 222 | Specifies the number of primality tests to perform when screening DH-GEX |
227 | candidates using the | 223 | candidates using the |
@@ -605,7 +601,7 @@ option. | |||
605 | Valid generator values are 2, 3, and 5. | 601 | Valid generator values are 2, 3, and 5. |
606 | .Pp | 602 | .Pp |
607 | Screened DH groups may be installed in | 603 | Screened DH groups may be installed in |
608 | .Pa /etc/moduli . | 604 | .Pa /etc/ssh/moduli . |
609 | It is important that this file contains moduli of a range of bit lengths and | 605 | It is important that this file contains moduli of a range of bit lengths and |
610 | that both ends of a connection share common moduli. | 606 | that both ends of a connection share common moduli. |
611 | .Sh CERTIFICATES | 607 | .Sh CERTIFICATES |
@@ -800,7 +796,7 @@ on all machines | |||
800 | where the user wishes to log in using public key authentication. | 796 | where the user wishes to log in using public key authentication. |
801 | There is no need to keep the contents of this file secret. | 797 | There is no need to keep the contents of this file secret. |
802 | .Pp | 798 | .Pp |
803 | .It Pa /etc/moduli | 799 | .It Pa /etc/ssh/moduli |
804 | Contains Diffie-Hellman groups used for DH-GEX. | 800 | Contains Diffie-Hellman groups used for DH-GEX. |
805 | The file format is described in | 801 | The file format is described in |
806 | .Xr moduli 5 . | 802 | .Xr moduli 5 . |