Phuong Nguyen Asked: 2010-07-22 23:55:57 +0800 CST2010-07-22 23:55:57 +0800 CST 2010-07-22 23:55:57 +0800 CST What is keys inside /etc/ssh/ used for? 772 Can any body please explain the use of the key put in /etc/ssh/? ssh ubuntu-9.10 1 Answers Voted Best Answer turingmachine 2010-07-23T00:08:14+08:002010-07-23T00:08:14+08:00 Keys named ssh_host_*_key in /etc/ssh are ssh host keys and are used to verify the authenticity of the host when someone is connecting to it. This mechanism also protects from Man-In-The-Middle Attacks. http://www.symantec.com/connect/articles/ssh-host-key-protection https://serverfault.com/search?q=ssh+host+keys
Keys named ssh_host_*_key in /etc/ssh are ssh host keys and are used to verify the authenticity of the host when someone is connecting to it. This mechanism also protects from Man-In-The-Middle Attacks.
http://www.symantec.com/connect/articles/ssh-host-key-protection https://serverfault.com/search?q=ssh+host+keys