Add local pipe registry commands
This commit is contained in:
parent
677945073b
commit
c991825127
13 changed files with 235 additions and 14 deletions
|
|
@ -114,8 +114,12 @@ are lost when the daemon stops. This is deliberate: pubsub is a lossy wakeup and
|
|||
presence channel, not authoritative storage. Iroh-gossip replication, private
|
||||
topics, and capability enforcement are future work.
|
||||
|
||||
`geth-pipe` and `geth-ssh-proxy` currently define types, command shape, and
|
||||
roadmap stubs.
|
||||
`geth-pipe` currently supports `pipe listen/connect` against a local
|
||||
daemon-lifetime registry. This is a control-plane scaffold for names and
|
||||
connection attempts only; it does not carry bytes, forward sockets, or use Iroh
|
||||
streams yet.
|
||||
|
||||
`geth-ssh-proxy` currently defines types, command shape, and roadmap stubs.
|
||||
|
||||
`geth-ssh-identity` defines SSH trust namespaces plus certificate request,
|
||||
approval, certificate import, and revocation-list data models. The bootstrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue