Skip to content

Instantly share code, notes, and snippets.

@greyspot09
Forked from michaelkeevildown/ssh-tunnel.md
Created July 22, 2017 07:25
Show Gist options
  • Save greyspot09/debcc2d2a638a06f5fe90ec02982aae7 to your computer and use it in GitHub Desktop.
Save greyspot09/debcc2d2a638a06f5fe90ec02982aae7 to your computer and use it in GitHub Desktop.

Revisions

  1. @michaelkeevildown michaelkeevildown revised this gist Jul 2, 2017. 2 changed files with 11 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions ssh-tunnel
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    ssh user@IP -L 32400:127.0.0.1:32400

    Then hit from any browser without changing any proxy settings:
    http://127.0.0.1:32400/manage/index.html
    11 changes: 11 additions & 0 deletions ssh-tunnel.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    #### SSH command
    `ssh user@IP -L 32400:127.0.0.1:32400`

    #### Then hit from any browser without changing any proxy settings:
    http://127.0.0.1:32400/manage/index.html

    #### Then:

    Settings > Server > General

    Once there you will see a sign in page.
  2. Michael Down created this gist Jun 9, 2016.
    4 changes: 4 additions & 0 deletions ssh-tunnel
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ssh user@IP -L 32400:127.0.0.1:32400

    Then hit from any browser without changing any proxy settings:
    http://127.0.0.1:32400/manage/index.html