Open jasondeewright opened 1 month ago
Heya, I would likely only get to looking at this in November.
Also, feel free to tag me then in case I forget.
Hey @azriel91, just a quick update on this.
For my own purposes, I ended up porting the integration to use russh. So, while I'm sure this is still an issue, I'm not blocked by it anymore.
If you're curious, I was able to utilize this stackoverflow post as a basis for my own integration: https://stackoverflow.com/questions/79137536/how-to-create-an-ssh-tunnel-with-russh-that-supports-multiple-connections
This package seems to have started panicking with an IO Safety error with a recent version. I have a simple test written that should be passing. It's based largely on the example in the readme.
The crate was working for me a few months ago. I suspect a recent version of Rust has triggered the issue. I'm very new to Rust, and haven't been able to glean much more. Using the debugger in RustRover I was able to isolate it to the
channel_direct_tcpip
method. Hope this helps.Here's the docker-compose file
Let me know if I can provide any more information