Redhat7:SSH config
Configuration Files
There are two sets of configuration files used for SSH - those on the client side (ssh,scp and sftp) and those for the server (sshd daemon).
The system wide ssh configuration files can be found in /etc/ssh, while user specific files are found in /home/.ssh. The various files are list below:
| System Wide Configuration Files | |||||
|---|---|---|---|---|---|
| /etc/ssh/moduli | |||||
| /etc/ssh/ssh_config | |||||
| /etc/ssh/sshd_config | |||||
| /etc/ssh/ssh_host_ecdsa_key | |||||
| /etc/ssh/ssh_host_ecdsa_key.pub | |||||
| /etc/ssh/ssh_host_key | |||||
| /etc/ssh/ssh_host_key.pub | |||||
| /etc/ssh/ssh_host_rsa_key | |||||
| /etc/ssh/ssh_host_rsa_key.pub | |||||
| /etc/pam.d/sshd | |||||
| /etc/sysconfig/sshd | |||||