File tree 6 files changed +0
-394
lines changed
6 files changed +0
-394
lines changed Original file line number Diff line number Diff line change 1
1
# tunkit - ssh tunnel tooling
2
2
3
3
- Passwordless authentication for the browser using SSH local forwarding.
4
- - Pub/sub system using SSH remote forwarding.
5
4
- Implemented as [ wish] ( https://github.com/charmbracelet/wish ) middleware.
6
5
7
6
# Passwordless authentication
@@ -51,22 +50,6 @@ docker pull localhost:1338/alpine:latest
51
50
We built this library to support [ imgs.sh] ( https://pico.sh/imgs ) : a private
52
51
docker registry leveraging SSH tunnels.
53
52
54
- # Pub/sub system
55
-
56
- Use an SSH tunnels for "webhooks":
57
-
58
- - Integrate the publisher middleware into an SSH server
59
- - A user can start an http server on localhost
60
- - User can initial an SSH remote tunnel to SSH server
61
- - Publisher emits events by ` http.Get ` the user's local http server
62
-
63
- ## Why?
64
-
65
- The biggest benefit is the user's http server is not public. There's zero
66
- concern for malicious actors or bots trying to hit a user's event endpoints.
67
- This dramatically reduces the infrastructure requirements for the end-user. They
68
- just need to start an http server and initial a tunnel to a service.
69
-
70
53
# Examples
71
54
72
55
Checkout our [ cmd/] ( ./cmd/ ) folder for more examples.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments