删除known_hosts ================== .. code-block:: shell # Linux ssh-keygen -f /root/.ssh/known_hosts -R [IP或域名] # WSL ssh-keygen -f /mnt/c/Users/wesley/.ssh/known_hosts -R [IP或域名]