Skip to content

Instantly share code, notes, and snippets.

@M0LTE
Created October 2, 2023 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M0LTE/6a4321e6323d79bbadb3ac222ab049c2 to your computer and use it in GitHub Desktop.
Save M0LTE/6a4321e6323d79bbadb3ac222ab049c2 to your computer and use it in GitHub Desktop.
Fix Raspberry Pi / UniFi wi-fi SSH hanging
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