Post

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,

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.

支持创作者

如果本文帮助到你,可以通过以下收款码支持我:

收款码

感谢你的支持!