Created
October 1, 2017 09:43
-
-
Save jespern/08e0019e2efc54387843b29496619848 to your computer and use it in GitHub Desktop.
oxycoin SSH tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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