<?xml version="1.0" encoding="UTF-8" ?>
  Do you regularly ssh into machines which have dynamic IP addresses, and get
  really annoyed with OpenSSH warning that the IP's key doesn't match the host
  key?  I certainly do, with machines announce their names using mDNS and a DHCP
  server in my router.  Today I finally checked the documentation and found out
  how to skip this check.
</p>
<p>
  The magic option is <tt>CheckHostIP</tt>, which you can set
  in <tt>.ssh/config</tt> on a per-host level.  I've got this in
  my <tt>config</tt>:
</p>
<pre>Host *.local
  CheckHostIP no</pre>
<p>
  Now all machines I ssh into using a <tt>.local</tt> domain won't have their
  IP's key checked against the host key, because the IP is dynamic.  Sorted!
</p>
<p>
  <small>NP: <cite>Music Like Amon Tobin</cite>, Last.fm</small>
</p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2008-12-11T12:00:00Z</dc:date></item></channel></rss>