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 7af564297..d6a7870e0 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -196,9 +196,7 @@ key in | |||
196 | .Pa ~/.ssh/id_ed25519_sk | 196 | .Pa ~/.ssh/id_ed25519_sk |
197 | or | 197 | or |
198 | .Pa ~/.ssh/id_rsa . | 198 | .Pa ~/.ssh/id_rsa . |
199 | Additionally, the system administrator may use this to generate host keys, | 199 | Additionally, the system administrator may use this to generate host keys. |
200 | as seen in | ||
201 | .Pa /etc/rc . | ||
202 | .Pp | 200 | .Pp |
203 | Normally this program generates the key and asks for a file in which | 201 | Normally this program generates the key and asks for a file in which |
204 | to store the private key. | 202 | to store the private key. |
@@ -261,9 +259,7 @@ If | |||
261 | .Fl f | 259 | .Fl f |
262 | has also been specified, its argument is used as a prefix to the | 260 | has also been specified, its argument is used as a prefix to the |
263 | default path for the resulting host key files. | 261 | default path for the resulting host key files. |
264 | This is used by | 262 | This is used by system administration scripts to generate new host keys. |
265 | .Pa /etc/rc | ||
266 | to generate new host keys. | ||
267 | .It Fl a Ar rounds | 263 | .It Fl a Ar rounds |
268 | When saving a private key, this option specifies the number of KDF | 264 | When saving a private key, this option specifies the number of KDF |
269 | (key derivation function) rounds used. | 265 | (key derivation function) rounds used. |
@@ -783,7 +779,7 @@ option. | |||
783 | Valid generator values are 2, 3, and 5. | 779 | Valid generator values are 2, 3, and 5. |
784 | .Pp | 780 | .Pp |
785 | Screened DH groups may be installed in | 781 | Screened DH groups may be installed in |
786 | .Pa /etc/moduli . | 782 | .Pa /etc/ssh/moduli . |
787 | It is important that this file contains moduli of a range of bit lengths and | 783 | It is important that this file contains moduli of a range of bit lengths and |
788 | that both ends of a connection share common moduli. | 784 | that both ends of a connection share common moduli. |
789 | .Pp | 785 | .Pp |
@@ -1154,7 +1150,7 @@ on all machines | |||
1154 | where the user wishes to log in using public key authentication. | 1150 | where the user wishes to log in using public key authentication. |
1155 | There is no need to keep the contents of this file secret. | 1151 | There is no need to keep the contents of this file secret. |
1156 | .Pp | 1152 | .Pp |
1157 | .It Pa /etc/moduli | 1153 | .It Pa /etc/ssh/moduli |
1158 | Contains Diffie-Hellman groups used for DH-GEX. | 1154 | Contains Diffie-Hellman groups used for DH-GEX. |
1159 | The file format is described in | 1155 | The file format is described in |
1160 | .Xr moduli 5 . | 1156 | .Xr moduli 5 . |