Discussion:
[rancid] StrictHostKeyChecking=no
hashmish
2010-09-16 01:17:05 UTC
Permalink
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?

tia
-h
Arjan Oosting
2010-09-16 06:50:17 UTC
Permalink
Post by hashmish
+rancid +StrictHostKeyChecking
-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.

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

Greeting Arjan
hashmish
2010-09-16 14:05:06 UTC
Permalink
Post by Arjan Oosting
cat .ssh/config
Host *.domain.with.frequently.changing.ssh.host.keys
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
great one, thx!

Loading...