ssh时提示no matching host key type found. Their offer:rsa-sha2-512,rsa-sha2-256
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 HostKeyAlgo...