Skip to content

Instantly share code, notes, and snippets.

@z0mbiehunt3r
Created July 25, 2013 14:33
Show Gist options
  • Save z0mbiehunt3r/6080285 to your computer and use it in GitHub Desktop.
Save z0mbiehunt3r/6080285 to your computer and use it in GitHub Desktop.
An almost invisible ssh connection (no who, no IP logged) (https://twitter.com/brutelogic/status/340203203389960193)
ssh -o UserKnownHostsFile=/dev/null -T user@host /bin/bash -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment