Clarify functionality of moduli file
This commit is contained in:
parent
8397f103e2
commit
5ecefabbaf
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ System-wide SSH configuration information is stored in the `/etc/ssh/` directory
|
|||
[options="header"]
|
||||
|===
|
||||
|File|Description
|
||||
|`/etc/ssh/moduli`|Contains Diffie-Hellman groups used for the Diffie-Hellman key exchange which is critical for constructing a secure transport layer. When keys are exchanged at the beginning of an SSH session, a shared, secret value is created which cannot be determined by either party alone. This value is then used to provide host authentication.
|
||||
|`/etc/ssh/moduli`|Contains Diffie-Hellman groups used for the "Diffie-Hellman group exchange" key exchange method, which is critical for constructing a secure transport layer. When keys are exchanged at the beginning of an SSH session, a shared, secret value is created which cannot be determined by either party alone. If the file is not available, fixed groups will be used. Other key exchange methods do not need this file.
|
||||
|`/etc/ssh/ssh_config`|The default SSH client configuration file. Note that it is overridden by `~/.ssh/config` if it exists.
|
||||
|`/etc/ssh/sshd_config`|The configuration file for the [command]#sshd# daemon.
|
||||
|`/etc/ssh/ssh_host_ecdsa_key`|The ECDSA private key used by the [command]#sshd# daemon.
|
||||
|
|
|
|||
Reference in a new issue