mahbinstuff/badssh

4 lines
82 B
Text
Raw Normal View History

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