mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-08 12:37:46 +00:00
5 lines
158 B
Bash
5 lines
158 B
Bash
echo "Tune MTU probing for more reliable SSH"
|
|
|
|
# Solve common flakiness with SSH
|
|
echo "net.ipv4.tcp_mtu_probing=1" | sudo tee -a /etc/sysctl.d/99-sysctl.conf
|