hostkey checking

Damien Miller djm at mindrot.org
Tue Feb 19 21:05:33 EST 2002


On Tue, 19 Feb 2002, Michal Svec wrote:

> 
> Hi!
> 
> Is it somehow possible to disable the known_hosts checking for some hosts?
> The StrictHostKeyChecking affects only the asking about new computers, but
> doesn't affect the changed ones.

This is what I use for a test maching on our office LAN:

Host test
	UserKnownHostsFile /dev/null
	UserKnownHostsFile2 /dev/null
	StrictHostKeyChecking no
	ForwardX11 no
	ForwardAgent no
	Ciphers arcfour,aes128-cbc,3des-cbc,blowfish-cbc

-d




More information about the openssh-unix-dev mailing list