Tim Nelson wrote:
Is there a way to disable this error/authenticity check globally for a system? I understand it may not be the best practice in terms of security, but for an internal trusted host, I have no reservations making this change.
ssh -o StrictHostKeyChecking=no ....
or add that option to ~/.ssh/ssh_config in each client user's account...