Comments on “SSH Host Key Checking”http://robwilkerson.org/2009/01/05/ssh-host-key-checking/feed2009-01-05T21:53:35-04:00ChyrpSSH Host Key Checkingtag:robwilkerson.org,2009-01-05:/id/164//comment_47272009-01-05T21:53:35-04:002009-01-05T21:53:35-04:00Rob Wilkersonhttp://robwilkerson.org
<p>Yep, I should have mentioned that. At the time I wrote this, I was working on my Ubuntu box so I wrote using that path. Thanks for clarifying.</p>
<p>Actually, on my OS X machine (10.5.x) there are a couple of ssh_config files: one is in /private/etc/ssh_config (that’s the one I changed) and there’s another in /opt/local/etc/ssh/ssh_config. The latter directory is created and used by MacPorts installs, so I left it alone. I’m assuming MacPorts uses that <span class="caps">SSH</span> executable for downloading packages.</p> SSH Host Key Checkingtag:robwilkerson.org,2009-01-05:/id/164//comment_47162009-01-05T19:47:20-04:002009-01-05T19:47:20-04:00Matt Schinckelhttp://schinckel.net
<p>On my OS X machine, it was /etc/ssh_config, not /etc/ssh/ssh_config.</p>
<p>And, you can also set it in ~/.ssh/config, if you aren’t an admin on the machine you are working on. Without the # at the start, of course.</p>