SSH problems

Hi, I have troubles with SSH on Haiku. It doesn’t matter if I use Haiku as server or client, SSH connection gets stuck everytime. I connect just fine, type few letters (10-12) and that’s it. SSH stop sworking. Subsequently I’m not able to connect at all. This is on my LAN.

Anyone experienced this? Any ideas how to solve it or debug it?

Thanks.

Known issue, see OpenSSH 10.2p1-1 fails with EWOULDBLOCK · Issue #13177 · haikuports/haikuports · GitHub

Workaround is to use ssh -o IPQoS=none.

I’ve put an alias for it in my profile.

3 Likes

Thank you! Works fine now.