Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ssh_without_checking_known_hosts
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ssh_without_checking_known_hosts [2009/01/12 15:32] (current) – created juckins
Line 1: Line 1:
 +To ssh from one box to another without checking the ~/.ssh/known_hosts file:
 +<code>
 +ssh -o StrictHostKeyChecking=no remotebox.domain.com
 +</code>
  
ssh_without_checking_known_hosts.txt · Last modified: 2009/01/12 15:32 by juckins