Skip to content

Instantly share code, notes, and snippets.

@jbonney
Created October 18, 2013 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbonney/7041704 to your computer and use it in GitHub Desktop.
Save jbonney/7041704 to your computer and use it in GitHub Desktop.
Access remote monit server through SSH
ssh -L 8081:localhost:2812 user@server.com -f -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment