10 releases
0.2.1 | Jan 5, 2021 |
---|---|
0.2.0 | Dec 18, 2020 |
0.1.7 | Nov 28, 2020 |
0.1.5 | Aug 28, 2020 |
0.1.3 | Jul 20, 2020 |
#140 in Asynchronous
83 downloads per month
34KB
965 lines
async-ssh2-lite
Examples
smol
- Inspecting ssh-agent
- Authenticating with ssh-agent
- Authenticating with a password
- Run commands
- Remote port forwarding
- Through a jump host / bastion host
- Inspecting sftp
- Upload a file
- Download a file
Dev
cargo test --all-features --all -- --nocapture && \
cargo clippy --all -- -D clippy::all && \
cargo fmt --all -- --check
cargo build-all-features
cargo test-all-features --all
lib.rs
:
Asynchronous ssh2
Dependencies
~7MB
~141K SLoC