It happens when you have old version of OpenSSH on the host/server.
Add following lines to your .ssh/config file
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
to make it work with old version.
It should look like this,
@Copyright 2020 Peham R.
1 Comment