Although I mention ssh-dss
for HostKeyAlgorithms
in /etc/ssh/ssh_config
. ssh-rsa key pair can be used to login!
HostKeyAlgorithms ssh-dss
Although I mention ssh-dss
for HostKeyAlgorithms
in /etc/ssh/ssh_config
. ssh-rsa key pair can be used to login!
HostKeyAlgorithms ssh-dss
Some useful info on the above issue
In practice, a RSA key will work everywhere. ECDSA support is newer, so some old client or server may have trouble with ECDSA keys. A DSA key used to work everywhere, as per the SSH standard (RFC 4251 and subsequent), but this changed recently: OpenSSH 7.0 and higher no longer accept DSA keys by default.