Skip to content

Instantly share code, notes, and snippets.

@ulikoehler
Last active March 5, 2016 22:22
Show Gist options
  • Save ulikoehler/d002ce2a9c06a9eb06a4 to your computer and use it in GitHub Desktop.
Save ulikoehler/d002ce2a9c06a9eb06a4 to your computer and use it in GitHub Desktop.
# On public server:
socat -,raw,echo=0 tcp-listen:12345
# On private computer
socat tcp:localgrid.de:12345 'exec:"bash -i",pty,stderr,setsid,sigint,sane'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment