[chef] Re: Re: Re: Why does knife sometime decide to bomb out?


Chronological Thread 
  • From: Andrea Campi < >
  • To:
  • Subject: [chef] Re: Re: Re: Why does knife sometime decide to bomb out?
  • Date: Tue, 17 Apr 2012 08:40:29 +0200

On Tue, Apr 17, 2012 at 7:22 AM, Peter Norton 
< >
 wrote:
> How is that disabled?  I find that especially when dealing with ec2
> instances this is a huge nuisance.  Disabling strict host key checking in

man ssh_config will give you what you need.

TL;DR, try something like:

$ echo >> ~/.ssh/config
Host *.compute.amazonaws.com
    StrictHostKeyChecking no


Andrea



Archive powered by MHonArc 2.6.16.

§