File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,23 +17,5 @@ server. It allows users to access services that firewalls would otherwise
1717restrict or prevent. In our case, it allows us to authenticate and authorize
1818users using only their SSH keypair.
1919
20- Ready for a demo? Run this command to access our [ pico web UI] ( /ui#web-ui ) :
21-
22- ``` bash
23- ssh -L 1337:localhost:80 -N
[email protected] 24- ```
25-
26- What is this command? This command initiates an SSH local port forward which
27- redirects traffic from a local port on the client machine to a specified port on
28- a remote server via an SSH connection. In this case, it connects to our private
29- site hosted on [ pgs.sh] ( /pgs ) .
30-
31- Don't worry if the above CLI command doesn't respond with anything, that means
32- it worked.
33-
34- Then open your browser:
35-
36- <a href =" http://localhost:1337/tunnels " class =" btn-link " >localhost:1337/tunnels</a >
37-
3820Here is the source code for the
3921[ tunkit library] ( https://github.com/picosh/tunkit ) .
You can’t perform that action at this time.
0 commit comments