On Fri Apr 10, 2009 at 08:10:50 +0000, Tzafrir Cohen wrote: > (We contantly install test systems on our LAN and we opted not to try to > complicate things by preserving the ssh host keys)
For things like that you can add ~/.ssh/config with:
Host 192.168.1.*
StrictHostKeyChecking no
That's what I have for the range of IPs that I use for testing.
Steve
--
http://www.steve.org.uk/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

