最后活跃于 1756257811

Fix bug with incredibly slow SSH on Pi3 WiFi

santiago's Avatar santiago 修订了这个 Gist 1756257811. 转到此修订

没有任何变更

santiago's Avatar santiago 修订了这个 Gist 1756257736. 转到此修订

1 file changed, 10 insertions

fixSlowWifiRemotely.sh(文件已创建)

@@ -0,0 +1,10 @@
1 + # Add
2 + # IPQoS cs0 cs0
3 + # to /etc/ssh/sshd_config
4 + # in order to fix bug with incredibly slow SSH
5 + # on Debian buster
6 +
7 + # NO access because too slow ?
8 + # add it remotely with this one-liner
9 +
10 + ssh -o ConnectTimeout=10 pi@10.77.77.239 "echo 'IPQoS cs0 cs0' | sudo tee -a /etc/ssh/sshd_config && sudo systemctl restart ssh"
上一页 下一页