[rancid] StrictHostKeyChecking=no

Arjan Oosting arjan at helix-nebula.org
Thu Sep 16 06:50:17 UTC 2010


Hi Hashmish:

Op woensdag 15-09-2010 om 21:17 uur [tijdzone -0400], schreef hashmish:
> been without success googling now a while for things as:
> +rancid +StrictHostKeyChecking
> 
> would like to make a global change to ssh across all device-types as:
> -o StrictHostKeyChecking=no
> 
> any pointer if that's possible?
> or would i have to manually replace all ssh occurrences for all xlogin versions? (which i did for now...)
> or would there be a recompile/reinstall option to take care of this?
> 

U can set the following in the $HOME/.ssh/config file of your rancid
user.

rancid at host:~$ cat .ssh/config 
Host *.domain.with.frequently.changing.ssh.host.keys
   StrictHostKeyChecking no
   UserKnownHostsFile=/dev/null

Greeting Arjan




More information about the Rancid-discuss mailing list