openssh-rust / openssh

Scriptable SSH through OpenSSH in Rust
Apache License 2.0
232 stars 35 forks source link

Support russh #152

Open NobodyXu opened 1 month ago

NobodyXu commented 1 month ago

russh is a pure-rust of the ssh client, previously this library has to relies on external command ssh to be available, now with russh openssh could be a self-contained binary.

https://docs.rs/russh/latest/russh/client/index.html

There's also russh-config which contains configuration parsing required for ssh.