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
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
I offer specialized consulting for EDA workflows, LSF/Slurm scheduling, and design environment standardization. Turn these insights into production-ready solutions.
提供 EDA 流程、LSF/Slurm 调度及设计环境标准化的专业咨询。 将这些技术洞察转化为生产环境的落地方案。