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

@@ -0,0 +1,3 @@
pub mod channel_manager;
pub use channel_manager::{ChannelManager, ForwardRequest};