13 SSHでknown_hostsの警告を無視

“StrictHostKeyChecking no” を付けてあげれば、警告を無視できます。
.ssh/config に書いてもOK

$ ssh host -o "StrictHostKeyChecking no"