Since you mention it, why not set all those hosts with the same hostkey? You'd still need to remove checkhostip, but you'd get some assurance that you were hitting one of them
A On 1/24/14 12:14 PM, Jurvis LaSalle wrote: > In specific instances, I've replaced the built-in ssh with > http://www.psc.edu/index.php/hpn-ssh to increase sftp/scp throughput > between hosts with big pipes. > > I recently had to work through a cron'd rsync+ssh to a round-robin DNS > record and added this stanza to ~/.ssh/config: > > Host roundrobin.example.com <http://roundrobin.example.com> > IdentityFile ~/.ssh/id_rsa.roundrobinrsync > StrictHostKeyChecking no > CheckHostIP no > UserKnownHostsFile=/dev/null > > I would not recommend overriding these settings for a wide swath of > hosts, ie don't put an asterisk in Host definition. > > > -- _______________________________________________________ Aaron Macks([email protected]) [http://www.wiglaf.org/~aaronm ] My sheep has seven gall bladders, that makes me the King of the Universe! _______________________________________________ bblisa mailing list [email protected] http://www.bblisa.org/mailman/listinfo/bblisa
