openssh: update to 7.5p1, remove unneeded patches

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner
2017-03-21 23:30:54 +01:00
parent 4ac050406c
commit 9be7653a3a
4 changed files with 7 additions and 103 deletions
+21
View File
@@ -0,0 +1,21 @@
--- a/ssh_config
+++ b/ssh_config
@@ -48,3 +48,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
@@ -107,6 +107,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