-
Notifications
You must be signed in to change notification settings - Fork 42
Key_Mismatch Error
nusenu edited this page Jan 4, 2017
·
1 revision
When setting everything up we generate keys on your ansible control machine and copy them to the target server. In rare cases the key is already there and does not match the one we generated locally. We do not override the remote key automatically but we are also not overriding the local key with the remote key automatically. You have to decide.
- Change into the folder shown in the error message.
- mv secret_id_key.untrustedremotekey secret_id_key
- rerun your ansible playbook
- Move the keys on your relay to another directory
- rerun your ansible playbook