In order to turn OFF security checks in SSH connections set the folwoing configuration in the SSH server in /etc/ssh/sshd_config:
UserKnownHostsFile=/dev/null
StrictHostKeyChecking=no
LogLevel=error

This will also work if key forwarding is set as well.