hydroflow
hydroflow copied to clipboard
Move Hydro Deploy to `async-ssh2-tokio` crate
Currently, we use async-ssh2-lite, which under the hood uses openssl which requires building native dependencies. Instead, we should migrate to https://github.com/Miyoshi-Ryota/async-ssh2-tokio which uses russh under the hood and as of recently supports features like port forwarding which we need.
Yes please
Are we deprecating Hydro Deploy? If so lower priority.