03-06-2019, 05:50 AM
@TheOldPresbyope
So I think, I solved the ssh issue. I added the line
to the sshd_config on the moode box and restarted ssh. Now everything seems to work.
This seems to be a fairly common issue if you google for it.
I don't know how common it is, but if it's common enough, it might be worth shipping moode with this setting. Since all connections to moode tend to happen locally in the LAN anyway, it shouldn't make much of a difference what qos flags are used.
So I think, I solved the ssh issue. I added the line
Code:
IPQoS cs0 cs0
This seems to be a fairly common issue if you google for it.
I don't know how common it is, but if it's common enough, it might be worth shipping moode with this setting. Since all connections to moode tend to happen locally in the LAN anyway, it shouldn't make much of a difference what qos flags are used.