implement ChannelManager with SSH session management, channel ops, and reconnection

This commit is contained in:
2026-06-02 10:44:21 +00:00
parent bf8233af61
commit d6a49a07d7
5 changed files with 496 additions and 16 deletions

View File

@@ -9,4 +9,5 @@ pub mod error;
pub mod testutil;
pub use error::{AuthError, ChannelError, ConfigError, TransportError};
pub use transport::{Transport, TransportAcceptor, TransportInfo, TransportKind};
pub use transport::{Transport, TransportAcceptor, TransportInfo, TransportKind};
pub use client::channel_manager::{ChannelManager, ForwardRequest};