centos6.5中的HostKeyAlgorithms

HostKeyAlgorithms in centos6.5

虽然我在 /etc/ssh/ssh_config 中提到 ssh-dssHostKeyAlgorithms。 ssh-rsa密钥对可用于登录!

     HostKeyAlgorithms ssh-dss

Some useful info on the above issue

实际上,RSA 密钥在任何地方都适用。 ECDSA 支持较新,因此一些旧客户端或服务器可能无法使用 ECDSA 密钥。根据 SSH 标准(RFC 4251 及后续标准),DSA 密钥过去在任何地方都适用,但最近发生了变化:默认情况下,OpenSSH 7.0 及更高版本不再接受 DSA 密钥。