Skip to content

Commit 69638d3

Browse files
committed
chore: copy
1 parent d10fda2 commit 69638d3

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

posts/tunnels.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,5 @@ server. It allows users to access services that firewalls would otherwise
1717
restrict or prevent. In our case, it allows us to authenticate and authorize
1818
users 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-
3820
Here is the source code for the
3921
[tunkit library](https://github.com/picosh/tunkit).

0 commit comments

Comments
 (0)