mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05: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
@ -1,6 +1,8 @@
|
|||||||
# Include drop-in configurations
|
# Include drop-in configurations
|
||||||
Include /etc/ssh/ssh_config.d/*.conf
|
Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
|
||||||
|
IPQoS af21 af11
|
||||||
|
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 10
|
ServerAliveCountMax 10
|
||||||
TCPKeepAlive no
|
TCPKeepAlive no
|
||||||
|
@ -16,6 +16,8 @@ Include /etc/ssh/sshd_config.d/*.conf
|
|||||||
#ListenAddress 0.0.0.0
|
#ListenAddress 0.0.0.0
|
||||||
#ListenAddress ::
|
#ListenAddress ::
|
||||||
|
|
||||||
|
IPQoS af21 af11
|
||||||
|
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostKeyAlgorithms ssh-ed25519
|
HostKeyAlgorithms ssh-ed25519
|
||||||
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
||||||
|
Loading…
Reference in New Issue
Block a user