删除known_hosts

# Linux
ssh-keygen -f /root/.ssh/known_hosts -R [IP或域名]

# WSL
ssh-keygen -f /mnt/c/Users/wesley/.ssh/known_hosts -R [IP或域名]