diff options
-rw-r--r-- | moduli.5 | 4 | ||||
-rw-r--r-- | ssh-keygen.1 | 12 | ||||
-rw-r--r-- | ssh.1 | 4 | ||||
-rw-r--r-- | sshd.8 | 5 | ||||
-rw-r--r-- | sshd_config.5 | 3 |
5 files changed, 13 insertions, 15 deletions
@@ -21,7 +21,7 @@ | |||
21 | .Nd Diffie-Hellman moduli | 21 | .Nd Diffie-Hellman moduli |
22 | .Sh DESCRIPTION | 22 | .Sh DESCRIPTION |
23 | The | 23 | The |
24 | .Pa /etc/moduli | 24 | .Pa /etc/ssh/moduli |
25 | file contains prime numbers and generators for use by | 25 | file contains prime numbers and generators for use by |
26 | .Xr sshd 8 | 26 | .Xr sshd 8 |
27 | in the Diffie-Hellman Group Exchange key exchange method. | 27 | in the Diffie-Hellman Group Exchange key exchange method. |
@@ -110,7 +110,7 @@ first estimates the size of the modulus required to produce enough | |||
110 | Diffie-Hellman output to sufficiently key the selected symmetric cipher. | 110 | Diffie-Hellman output to sufficiently key the selected symmetric cipher. |
111 | .Xr sshd 8 | 111 | .Xr sshd 8 |
112 | then randomly selects a modulus from | 112 | then randomly selects a modulus from |
113 | .Fa /etc/moduli | 113 | .Fa /etc/ssh/moduli |
114 | that best meets the size requirement. | 114 | that best meets the size requirement. |
115 | .Sh SEE ALSO | 115 | .Sh SEE ALSO |
116 | .Xr ssh-keygen 1 , | 116 | .Xr ssh-keygen 1 , |
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 . |
@@ -877,6 +877,10 @@ implements public key authentication protocol automatically, | |||
877 | using one of the DSA, ECDSA, Ed25519 or RSA algorithms. | 877 | using one of the DSA, ECDSA, Ed25519 or RSA algorithms. |
878 | The HISTORY section of | 878 | The HISTORY section of |
879 | .Xr ssl 8 | 879 | .Xr ssl 8 |
880 | (on non-OpenBSD systems, see | ||
881 | .nh | ||
882 | http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY) | ||
883 | .hy | ||
880 | contains a brief discussion of the DSA and RSA algorithms. | 884 | contains a brief discussion of the DSA and RSA algorithms. |
881 | .Pp | 885 | .Pp |
882 | The file | 886 | The file |
@@ -65,7 +65,7 @@ over an insecure network. | |||
65 | .Nm | 65 | .Nm |
66 | listens for connections from clients. | 66 | listens for connections from clients. |
67 | It is normally started at boot from | 67 | It is normally started at boot from |
68 | .Pa /etc/rc . | 68 | .Pa /etc/init.d/ssh . |
69 | It forks a new | 69 | It forks a new |
70 | daemon for each incoming connection. | 70 | daemon for each incoming connection. |
71 | The forked daemons handle | 71 | The forked daemons handle |
@@ -836,7 +836,7 @@ This file is for host-based authentication (see | |||
836 | .Xr ssh 1 ) . | 836 | .Xr ssh 1 ) . |
837 | It should only be writable by root. | 837 | It should only be writable by root. |
838 | .Pp | 838 | .Pp |
839 | .It Pa /etc/moduli | 839 | .It Pa /etc/ssh/moduli |
840 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" | 840 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" |
841 | key exchange method. | 841 | key exchange method. |
842 | The file format is described in | 842 | The file format is described in |
@@ -936,7 +936,6 @@ The content of this file is not sensitive; it can be world-readable. | |||
936 | .Xr ssh-keyscan 1 , | 936 | .Xr ssh-keyscan 1 , |
937 | .Xr chroot 2 , | 937 | .Xr chroot 2 , |
938 | .Xr hosts_access 5 , | 938 | .Xr hosts_access 5 , |
939 | .Xr login.conf 5 , | ||
940 | .Xr moduli 5 , | 939 | .Xr moduli 5 , |
941 | .Xr sshd_config 5 , | 940 | .Xr sshd_config 5 , |
942 | .Xr inetd 8 , | 941 | .Xr inetd 8 , |
diff --git a/sshd_config.5 b/sshd_config.5 index 4ea0a9c34..e45a89372 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -372,8 +372,7 @@ then no banner is displayed. | |||
372 | By default, no banner is displayed. | 372 | By default, no banner is displayed. |
373 | .It Cm ChallengeResponseAuthentication | 373 | .It Cm ChallengeResponseAuthentication |
374 | Specifies whether challenge-response authentication is allowed (e.g. via | 374 | Specifies whether challenge-response authentication is allowed (e.g. via |
375 | PAM or through authentication styles supported in | 375 | PAM). |
376 | .Xr login.conf 5 ) | ||
377 | The default is | 376 | The default is |
378 | .Cm yes . | 377 | .Cm yes . |
379 | .It Cm ChrootDirectory | 378 | .It Cm ChrootDirectory |