Skip to content

Instantly share code, notes, and snippets.

@tarnagas
Created July 9, 2019 08:59
Show Gist options
  • Select an option

  • Save tarnagas/cef96fe3104cf1619f2376e6a9aaddcb to your computer and use it in GitHub Desktop.

Select an option

Save tarnagas/cef96fe3104cf1619f2376e6a9aaddcb to your computer and use it in GitHub Desktop.
Unsecure (S)SH
#!/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