{"id":69943,"library":"async-ssh2-lite","title":"Async SSH2 Lite","description":"Asynchronous SSH2 client and server library built on top of ssh2.","status":"active","version":"0.5.0","language":"rust","source_language":null,"source_url":"https://github.com/bk-rs/ssh-rs","tags":["ssh","async","networking","client","server"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nasync-ssh2-lite = \"0.5.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add async-ssh2-lite","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"AsyncClient","correct":"use async_ssh2_lite::client::AsyncClient;"}],"quickstart":{"code":"use async_ssh2_lite::client::AsyncClient;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let mut client = AsyncClient::new(\"localhost:22\").await?;\n    client.authenticate_password(\"user\", \"pass\").await?;\n    Ok(())\n}","lang":"rust","description":"Connect to an SSH server and authenticate with password."},"warnings":[{"fix":"Add tokio or async-std as a dependency and use #[tokio::main] or similar.","message":"Requires an async runtime (tokio or async-std) to be active.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':1,16 'asynchron':4 'built':10 'client':6,18 'librari':9 'lite':3 'network':17 'server':8,19 'ssh':15 'ssh2':2,5,14 'top':12","created_at":"2026-06-17T18:07:49.085195+00:00","updated_at":"2026-06-17T18:07:49.085195+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/bk-rs/ssh-rs","github":"https://github.com/bk-rs/ssh-rs","docs":"https://docs.rs/async-ssh2-lite/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}