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 957d2f0f0..143a2349f 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -191,9 +191,7 @@ key in | |||
191 | .Pa ~/.ssh/id_ed25519 | 191 | .Pa ~/.ssh/id_ed25519 |
192 | or | 192 | or |
193 | .Pa ~/.ssh/id_rsa . | 193 | .Pa ~/.ssh/id_rsa . |
194 | Additionally, the system administrator may use this to generate host keys, | 194 | Additionally, the system administrator may use this to generate host keys. |
195 | as seen in | ||
196 | .Pa /etc/rc . | ||
197 | .Pp | 195 | .Pp |
198 | Normally this program generates the key and asks for a file in which | 196 | Normally this program generates the key and asks for a file in which |
199 | to store the private key. | 197 | to store the private key. |
@@ -256,9 +254,7 @@ If | |||
256 | .Fl f | 254 | .Fl f |
257 | has also been specified, its argument is used as a prefix to the | 255 | has also been specified, its argument is used as a prefix to the |
258 | default path for the resulting host key files. | 256 | default path for the resulting host key files. |
259 | This is used by | 257 | This is used by system administration scripts to generate new host keys. |
260 | .Pa /etc/rc | ||
261 | to generate new host keys. | ||
262 | .It Fl a Ar rounds | 258 | .It Fl a Ar rounds |
263 | When saving a private key, this option specifies the number of KDF | 259 | When saving a private key, this option specifies the number of KDF |
264 | (key derivation function) rounds used. | 260 | (key derivation function) rounds used. |
@@ -798,7 +794,7 @@ option. | |||
798 | Valid generator values are 2, 3, and 5. | 794 | Valid generator values are 2, 3, and 5. |
799 | .Pp | 795 | .Pp |
800 | Screened DH groups may be installed in | 796 | Screened DH groups may be installed in |
801 | .Pa /etc/moduli . | 797 | .Pa /etc/ssh/moduli . |
802 | It is important that this file contains moduli of a range of bit lengths and | 798 | It is important that this file contains moduli of a range of bit lengths and |
803 | that both ends of a connection share common moduli. | 799 | that both ends of a connection share common moduli. |
804 | .Sh CERTIFICATES | 800 | .Sh CERTIFICATES |
@@ -1049,7 +1045,7 @@ on all machines | |||
1049 | where the user wishes to log in using public key authentication. | 1045 | where the user wishes to log in using public key authentication. |
1050 | There is no need to keep the contents of this file secret. | 1046 | There is no need to keep the contents of this file secret. |
1051 | .Pp | 1047 | .Pp |
1052 | .It Pa /etc/moduli | 1048 | .It Pa /etc/ssh/moduli |
1053 | Contains Diffie-Hellman groups used for DH-GEX. | 1049 | Contains Diffie-Hellman groups used for DH-GEX. |
1054 | The file format is described in | 1050 | The file format is described in |
1055 | .Xr moduli 5 . | 1051 | .Xr moduli 5 . |