Skip to content

Instantly share code, notes, and snippets.

@jsarenik
Created August 28, 2014 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsarenik/d923058415e32de738fd to your computer and use it in GitHub Desktop.
Save jsarenik/d923058415e32de738fd to your computer and use it in GitHub Desktop.
SSH callback
#!/bin/sh
CSTRING=${1:-'user@my-machine'}
ssh -f $CSTRING -R 12345:localhost:22 "sh -c 'while true; do sleep 360; done'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment