Asynchronous SSH2 client and server library built on top of ssh2.
# Cargo.toml
[dependencies]
async-ssh2-lite = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to an SSH server and authenticate with password.
Add tokio or async-std as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.