On Fri, Jan 24, 2014 at 1:54 PM, Edward Ned Harvey (bblisa4)
<[email protected]> wrote:
> On the mac (I just confirmed) the default is: CheckHostIP yes
> So the correct answer is, you either need to change that, or use sed on the 
> known_hosts file.

Actually, it might be "cleaner" to use
  % ssh-keygen   -R hostname
to remove the host from known_hosts file. Then use
  % ssh-keyscan -t dsa,rsa hostname,hostname.domain,hostIP >> ~/.ssh/known_hosts
to update to the new keys.

However, that's just my subjective opinion.
-- 
    << MCT >>   Michael C Tiernan.
    http://www.linkedin.com/in/mtiernan
    Non Impediti Ratione Cogatationis

_______________________________________________
bblisa mailing list
[email protected]
http://www.bblisa.org/mailman/listinfo/bblisa

Reply via email to