ssh时提示no matching host key type found. Their offer:rsa-sha2-512,rsa-sha2-256
遇到这样提示时,可以手动指定HostKeyAlgorithms,
while true; do ssh -N -D 1080 -i /drives/c/Users/wanlinwang/.ssh/id_rsa -o HostKeyAlgorithms=+rsa-sha2-512 wanlinwang@open; done
Enjoy Reading This Article?
Here are some more articles you might like to read next: