Ssh - No matching algo host key

[…]
One time:
ssh -oHostKeyAlgorithms=+ssh-rsa [email protected]

Permanent:
echo -e “\tHostKeyAlgorithms ssh-rsa” >> .ssh/config
[…]

1 Like