Crates.io | lnk-thrussh |
lib.rs | lnk-thrussh |
version | 0.33.5 |
source | src |
created_at | 2022-03-07 12:10:30.50438 |
updated_at | 2022-03-07 12:10:30.50438 |
description | A client and server SSH library. |
homepage | |
repository | https://github.com/FintanH/thrussh |
max_upload_size | |
id | 545011 |
size | 304,104 |
NOTE: This is a soft fork of the original
thrussh
. The motivation for this
fork was to be able to publish changes that the
radicle-link
family
of packages relies on. Patches were made upstream, but have not landed
in thrussh
proper.
We do not recommned relying on this package for any long-term use.
A full implementation of the SSH 2 protocol, both server-side and client-side.
Thrussh is completely asynchronous, and can be combined with other protocols using Tokio.