Hacker News new | ask | show | jobs
by grishka 1862 days ago
Not quite security-related, but ssh is very pushy about host key verification and insists on adding keys to known hosts. That isn't always a desired behavior, so I have this:

    alias sshn="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"