Redhat:ssh config files

From Define Wiki
Revision as of 16:23, 26 August 2013 by Michael (talk | contribs) (Created page with "== 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 stor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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