Remote Host ID Changed
Remote Host ID Changed
You may sometimes get a warning like:
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!Don’t panic. It just means: the key stored on your laptop no longer matches the server.
It is normal after lab rebuilds — not proof that someone is attacking you — but you should confirm the new key before trusting it.
- On campus or on the VPN, open the department fingerprint list:
https://cssyslog.cs.williams.edu/show_fingerprints.cgi - Find the machine you are connecting to and note its current fingerprint.
- Remove the old key from your computer (use the same hostname you SSH to):
ssh-keygen -R hostname.cs.williams.eduExample: ssh-keygen -R lohani.cs.williams.edu
- SSH again. When prompted, compare the fingerprint SSH shows with the one on the fingerprint page. Only type
yesif they match.