Created
October 2, 2023 19:25
-
-
Save M0LTE/6a4321e6323d79bbadb3ac222ab049c2 to your computer and use it in GitHub Desktop.
Fix Raspberry Pi / UniFi wi-fi SSH hanging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
echo "IPQoS 0x00" >> /etc/ssh/sshd_config | |
sudo systemctl restart sshd | |
echo "IPQoS 0x00" >> /etc/ssh/ssh_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment