Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ssh_without_checking_known_hosts

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.txt · Last modified: 2009/01/12 15:32 by juckins