I've been using the "per-application" method (as the article calls it) for about 4 years now, and it's been working fantastically. Now if I could only figure out an equally good method for managing my ssh keys... A…
If you are careful, you can avoid that annoying problem altogether: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $1
I've been using the "per-application" method (as the article calls it) for about 4 years now, and it's been working fantastically. Now if I could only figure out an equally good method for managing my ssh keys... A…
If you are careful, you can avoid that annoying problem altogether: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $1