Redhat:ssh config files

From Define Wiki
Jump to navigation Jump to search

ssh configuration files

The configuration files for ssh are stored in two directories. The Global Configuration files are stored in /etc/ssh. There are also files stored in each used home directory.

moduli Supports Diffie-Hellman Group Exchange key method
ssh_config SSH Client Configuration
sshd_config SSH Server Configuration
ssh_host_dsa_key Hosts DSA private Key
ssh_host_dsa_key.pub Hosts DSA public Key
ssh_host_key Obsolete, Hosts private Key
ssh_host_key.pub Obsolete, Hosts public Key
ssh_host_rsa_key Hosts RSA private Key
ssh_host_rsa_key.pub Hosts RSA public Key