Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ssh_without_checking_known_hosts

This is an old revision of the document!


To ssh from one box to another without checking the ~/.ssh/known_hosts file:

ssh -o StrictHostKeyChecking=no remotebox.domain.com
ssh_without_checking_known_hosts.1231792353.txt.gz · Last modified: 2009/01/12 15:32 by juckins