wez / libssh-rs

Rust bindings for libssh https://www.libssh.org/
MIT License
31 stars 19 forks source link

Added KeyExchange and HostKeys for SshOption #6

Closed mariotaku closed 1 year ago

mariotaku commented 1 year ago

This PR added 2 more SshOptions. They are used in connection/authentication stage.

wez commented 1 year ago

Thanks!