oxdock-ssh-plugin 0.17.0-alpha

Ephemeral user-space SSH server and client for OxDock scripts, bridged to stdio pipelines through the Engine facade.
Documentation
1
2
3
4
5
// Single integration test binary for oxdock-ssh-plugin: every
// `tests/<name>.rs` target lives here as a submodule so the crate links
// its test dependencies once instead of once per file.
#[path = "integration/ssh.rs"]
mod ssh;