[…]
One time:
ssh -oHostKeyAlgorithms=+ssh-rsa [email protected]
Permanent:
echo -e “\tHostKeyAlgorithms ssh-rsa” >> .ssh/config
[…]
[…]
One time:
ssh -oHostKeyAlgorithms=+ssh-rsa [email protected]
Permanent:
echo -e “\tHostKeyAlgorithms ssh-rsa” >> .ssh/config
[…]