Miyoshi-Ryota / async-ssh2-tokio

asynchronous and easy-to-use high level ssh client library for rust
Apache License 2.0
65 stars 27 forks source link

Tunneling #21

Open lcmgh opened 1 year ago

lcmgh commented 1 year ago

Hi! I am wondering if I can use this library to model the ssh command: ssh -N -p 2222 -L6116:<target-host>:5432 tunnel@localhost

mwileczka commented 1 year ago

forwarding is not implemented (yet)

svenstaro commented 2 months ago

@Miyoshi-Ryota is this something you'd consider for this crate?