@hahahhh/sshx 0.0.3-rc.0 → 0.0.3-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,9 @@ The URL port is the remote port. sshx does not bind `127.0.0.1:<port>`; it binds
|
|
|
79
79
|
- One **server daemon** per client target alias, installed under `~/.sshx_server/<uuid>` on the remote and shared by that client's concurrent SSH sessions.
|
|
80
80
|
- Client connects via a hidden `socket-proxy` SSH channel.
|
|
81
81
|
- Server manages port sniffing, forwarding state, and command bridge routing centrally.
|
|
82
|
-
-
|
|
82
|
+
- Clients renew local and remote leases every 5 seconds. A daemon expires a client after 15 seconds without a heartbeat.
|
|
83
|
+
- The local daemon exits when its last client lease closes. The remote server drains briefly and exits after its last bridge lease closes.
|
|
84
|
+
- Application or protocol version changes drain the existing daemon before the current binary starts a replacement.
|
|
83
85
|
|
|
84
86
|
---
|
|
85
87
|
|