fix-ssh-warning.sh # Remove all old entries for my.example.com ssh-keygen -R my.example.com # Scan all supported fingerprints from the new server and insert them in your known_hosts file ssh-keyscan my.example.com >> ~/.ssh/known_hosts 22.01.2026 | Marc Hitscherich Fix SSH warning "Remote host identification has changed" after server move.