How can I disable the authenticity check when ssh'ing to a server for the first time?
In other words how can I get it to connect, rather than asking the yes/no question:
Code:
[root@sandbox ~]# ssh dnsadmin@11.11.11.16
The authenticity of host '11.11.11.16 (11.11.11.16)' can't be established.
RSA key fingerprint is 85:fe:39:8f:cc:f9:dd.
Are you sure you want to continue connecting (yes/no)?
TIA