> What's the best way to resolve this? Am I doomed to editing > ~/.ssh/known_hosts each time? Or is there a less-strict checking option? ssh-o StrictHostKeyChecking=no -o CheckHostIP=no -o user at hostname See the man pages for ssh_config. Alan