Created
July 9, 2019 08:59
-
-
Save tarnagas/cef96fe3104cf1619f2376e6a9aaddcb to your computer and use it in GitHub Desktop.
Unsecure (S)SH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| ssh -o UserKnownHostsFile=/dev/null \ | |
| -o StrictHostKeyChecking=no \ | |
| -o LogLevel=ERROR \ | |
| $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment