Add authorized remote pipe listen
This commit is contained in:
parent
7e39a19c18
commit
3382899628
8 changed files with 322 additions and 21 deletions
|
|
@ -169,8 +169,10 @@ Roadmap items should be actionable and checkable:
|
|||
roadmap work.
|
||||
- Pipe listen/connect supports a daemon-lifetime registry. Remote
|
||||
`geth pipe connect <name> --node <node-id>` uses the protected Iroh control
|
||||
ALPN and requires `pipe.connect` on `resource:pipe:<name>`. Iroh byte streams,
|
||||
TCP/Unix forwarding, and remote listener creation are still roadmap work.
|
||||
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.
|
||||
- `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