Messing with SSH Host Keys Add SSH Host Keys to local known_hosts ssh-keyscan -H <hostname or IP> >> ~/.ssh/known_hosts Find SSH Host Keys ssh-keygen -F <hostname or IP> Remove SSH Host Keys ssh-keygen -R <hostname or IP>