Skip to content

Instantly share code, notes, and snippets.

@jespern
Created October 1, 2017 09:43
Show Gist options
  • Save jespern/08e0019e2efc54387843b29496619848 to your computer and use it in GitHub Desktop.
Save jespern/08e0019e2efc54387843b29496619848 to your computer and use it in GitHub Desktop.
oxycoin SSH tunnel
1. ssh [user]@[node_ip] -L 10000:127.0.0.1:10000 -N
2. go to http://localhost:10000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment