mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-12 11:42:18 -04:00
raise ssh background traffic priority to af11
The default cs1 is resulting traffic being completely dropped for some routes with congestion.
This commit is contained in:
parent
ae2fc9244b
commit
b88d0d5c96
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# Include drop-in configurations
|
||||
Include /etc/ssh/ssh_config.d/*.conf
|
||||
|
||||
IPQoS af21 af11
|
||||
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 10
|
||||
TCPKeepAlive no
|
||||
|
|
|
@ -16,6 +16,8 @@ Include /etc/ssh/sshd_config.d/*.conf
|
|||
#ListenAddress 0.0.0.0
|
||||
#ListenAddress ::
|
||||
|
||||
IPQoS af21 af11
|
||||
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
HostKeyAlgorithms ssh-ed25519
|
||||
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue