massa / SSH-LibSSH-Tunnel

Artistic License 2.0
0 stars 1 forks source link

Have you encountered corrupted SSH state after channel is closed? #3

Open bbkr opened 3 weeks ago

bbkr commented 3 weeks ago

Hi.

I've started working recently a lot with SSH tunnels in Raku and I want to ask if you ever encountered this: https://github.com/jnthn/p6-ssh-libssh/issues/21 ?

Basically when one channel is closed next opened within the same connection immediately enters LAST block in whenever $channel.Supply(:bin).

This is not issue in your code. I just need to consult someone who also uses SSH::LibSSH as I'm trying to figure out if this error is specific to my setup (libssh versions, CPU architecture or sshd settings) or is this some deeper flaw within SSH::LibSSH module.

massa commented 3 weeks ago

I have never tried to reuse a tunnel, but I will make some tests and get back to you here.