ssh时提示no matching host key type found. Their offer:rsa-sha2-512,rsa-sha2-256
遇到这样提示时,可以手动指定HostKeyAlgorithms,
1
while true; do ssh -N -D 1080 -i /drives/c/Users/wanlinwang/.ssh/id_rsa -o HostKeyAlgorithms=+rsa-sha2-512 wanlinwang@open; done
This post is licensed under CC BY 4.0 by the author.