Add authorized pipe messages over Iroh
This commit is contained in:
parent
3eb6b623e7
commit
78dbbf240b
11 changed files with 712 additions and 31 deletions
|
|
@ -176,8 +176,11 @@ Roadmap items should be actionable and checkable:
|
|||
`geth pipe connect <name> --node <node-id>` uses the protected Iroh control
|
||||
ALPN and requires `pipe.connect` on `resource:pipe:<name>`. Remote
|
||||
`geth pipe listen <name> --node <node-id>` requires `pipe.listen` on the same
|
||||
resource before creating a daemon-lifetime listener on the peer. Iroh byte
|
||||
streams and TCP/Unix forwarding are still roadmap work.
|
||||
resource before creating a daemon-lifetime listener on the peer. `geth pipe
|
||||
send <name> <message> --node <node-id>` carries a byte message over the
|
||||
dedicated `/geth/pipe/1` ALPN when `pipe.connect` is authorized, and
|
||||
`geth pipe recv <name>` drains local daemon-lifetime messages. Long-lived
|
||||
bidirectional streams and TCP/Unix forwarding are still roadmap work.
|
||||
- `geth ssh proxy <node-id>` performs an authorized control-plane handshake over
|
||||
the protected Iroh control ALPN and requires `ssh_proxy.connect` on
|
||||
`resource:ssh-proxy:local` before returning proxy metadata. It does not carry
|
||||
|
|
|
|||
Loading…
Reference in a new issue