Expand description
Semantic bootstrap boundary for host-owned SSH adapters.
The core verifies the binding and consumes the capability. It neither invokes an SSH executable nor accepts private-key bytes or wire frames.
Structs§
- Bootstrap
Capability - Bootstrap
Gate - One-use gate for a verified bootstrap result.
- Bootstrap
Grant - Result returned by the host-owned SSH adapter after authentication and strict host verification. No bearer material is exposed to the public API.
- Bootstrap
Request - Bounded semantic request sent to a host bootstrap adapter.
- Process
Owner - An opaque process owner. The value is intentionally not serializable.
- Verified
Server - A verified data-plane identity. Only a host adapter that completed its OpenSSH host-key check may construct one through the crate-private helper.