omnyssh 1.0.2

TUI SSH dashboard & server manager
1
2
3
4
5
// Integration tests for the SSH config parser are located alongside the
// implementation in `src/config/ssh_config.rs` (the `#[cfg(test)]` block).
//
// This file is intentionally minimal: the parser's unit tests live in the
// module itself and cover the parsing logic directly.