# ssh.plugin.zsh # 2015-03-10, alex@barton.de sshnew () { ssh -o "StrictHostKeyChecking no" "$@" } sshtmp () { ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile /dev/null" "$@" }