1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-packages/net/openssh/patches/200-dscp-qos.patch
Peter Wagner fe62d146fa openssh: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:45:34 +02:00

22 lines
491 B
Diff

--- a/ssh_config
+++ b/ssh_config
@@ -46,3 +46,6 @@
# VisualHostKey no
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
+
+# enable DSCP QoS values (per RFC-4594)
+#IPQoS AF21 AF11
--- a/sshd_config
+++ b/sshd_config
@@ -122,6 +122,9 @@ UsePrivilegeSeparation sandbox # Defaul
# no default banner path
#Banner none
+# enable DSCP QoS values (per RFC-4594)
+#IPQoS AF21 AF11
+
# override default of no subsystems
Subsystem sftp /usr/libexec/sftp-server