Ignore host key for SSH connection
Configure in ~/.ssh/config
Add option to specific host for login user.
Host server_names
StrictHostKeyChecking no
Configure in /etc/ssh/ssh_config
This is to set for all servers and all users
StrictHostKeyChecking no