2012-04-26 12:44:26 +00:00
|
|
|
--- a/ssh_config
|
|
|
|
+++ b/ssh_config
|
2013-09-23 11:25:27 +00:00
|
|
|
@@ -46,3 +46,6 @@
|
2012-04-26 12:31:34 +00:00
|
|
|
# VisualHostKey no
|
|
|
|
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
2013-09-23 11:25:27 +00:00
|
|
|
# RekeyLimit 1G 1h
|
2012-04-26 12:31:34 +00:00
|
|
|
+
|
|
|
|
+# enable DSCP QoS values (per RFC-4594)
|
|
|
|
+#IPQoS AF21 AF11
|
2012-04-26 12:44:26 +00:00
|
|
|
--- a/sshd_config
|
|
|
|
+++ b/sshd_config
|
2013-11-08 15:52:08 +00:00
|
|
|
@@ -120,6 +120,9 @@ UsePrivilegeSeparation sandbox # Defaul
|
2012-04-26 12:31:34 +00:00
|
|
|
# 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
|
|
|
|
|