[orbit-user] Quick notes on changes to baseline image - host ssh key has changed
Luis R. Rodriguez
mcgrof at gmail.com
Wed Feb 20 17:57:46 EST 2008
On Wed, Feb 20, 2008 at 1:14 PM, Luis R. Rodriguez <mcgrof at gmail.com> wrote:
> If you use the new baseline and if you get some errors
> regarding host keys all you have to do is edit the .ssh/known_hosts
> file on the indicated line to delete the old key fingerprint.
Just wanted to add, another option for you is to disable strict host
key checking on the command line or through your own personal ssh
configuration file. Below I show how you can use both:
* Command line:
ssh root at node1-1 -o "StrictHostKeyChecking=no"
* Your own ssh configuration file:
mcgrof at console.sb6:~$ cat .ssh/config
StrictHostKeyChecking no
This method is highly discouraged as it can enable man-in-the middle
attacks for other hosts you might want to log into.
Luis
More information about the orbit-user
mailing list