mahbinstuff/badssh

4 lines
83 B
Text
Raw Normal View History

#!/bin/zsh
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"