Expand description
§Mitoxide SSH Transport
SSH transport layer implementation for Mitoxide.
Re-exports§
pub use transport::Transport;pub use transport::StdioTransport;pub use transport::SshConfig;pub use transport::ConnectionInfo;pub use transport::TransportType;pub use connection::Connection;pub use pool::ConnectionPool;pub use pool::PoolConfig;pub use pool::PooledConnection;pub use bootstrap::Bootstrap;pub use bootstrap::PlatformInfo;pub use bootstrap::BootstrapMethod;pub use error::TransportError;
Modules§
- bootstrap
- Agent bootstrap logic Agent bootstrap and platform detection
- connection
- SSH connection management SSH connection management
- error
- SSH-specific error types SSH-specific error types
- pool
- Connection pool and management Connection pool and management
- transport
- Transport abstraction and implementations Transport abstraction and implementations