c4ffa9d801
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31483 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
495 B
Diff
22 lines
495 B
Diff
--- a/ssh_config
|
|
+++ b/ssh_config
|
|
@@ -45,3 +45,6 @@
|
|
# PermitLocalCommand no
|
|
# VisualHostKey no
|
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
|
+
|
|
+# enable DSCP QoS values (per RFC-4594)
|
|
+#IPQoS AF21 AF11
|
|
--- a/sshd_config
|
|
+++ b/sshd_config
|
|
@@ -111,6 +111,9 @@ AuthorizedKeysFile .ssh/authorized_keys
|
|
# 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
|
|
|