Is de SSH-verbinding met je Raspberry Pi via wifi super traag en niet vooruit te branden?
Dit kun je snel oplossen door onderin de twee configuratiebestanden van SSH (/etc/ssh/ssh_config en /etc/ssh/sshd_config) één regeltje toe te voegen: IPQoS 0x00
(IPQoS staat voor IP Quality of Service)
Dat kan met één commando:
echo "IPQoS 0X00" >> /etc/ssh/ssh_config && echo "IPQoS 0X00" >> /etc/ssh/sshd_config