Registry / networking / thrussh

thrussh

JSON →
library0.40.5rscratesunverified

A client and server SSH library for Rust.

# Cargo.toml [dependencies] thrussh = "0.40.5"
INSTALL
IMPORT
SIG · THRUSSH
T
thrussh
networkingrustv0.40.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use thrussh::client::Client;

Create a new SSH client.

use thrussh::client::Client; fn main() { let _client = Client::new(); println!("SSH client created"); }
Debug
Known issues
gotchaRequires async runtime (tokio) for network operations
fix
Add tokio as a dependency and use #[tokio::main]
affects: >=0.40.0
Upgrade
Version history
0.40.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
thrussh — cargo add thrussh · libregistry