ssh_without_checking_known_hosts
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: 2025/03/20 19:15 by juckins