From 639ae2c73c00e8cecb5239712fc4afe264e8b85f Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 29 Sep 2016 11:26:06 +0200 Subject: [PATCH] Include client Crypto Policy (#1225752) --- openssh-6.6p1-redhat.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openssh-6.6p1-redhat.patch b/openssh-6.6p1-redhat.patch index 10b0b9e..de6216d 100644 --- a/openssh-6.6p1-redhat.patch +++ b/openssh-6.6p1-redhat.patch @@ -7,15 +7,16 @@ index 49a4f6c..3f83c40 100644 # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h +# -+# To modify the system-wide ssh configuration, create a file under -+# /etc/ssh/ssh_config.d/ which will get automatically included below ++# To modify the system-wide ssh configuration, create a *.conf file under ++# /etc/ssh/ssh_config.d/ which will be automatically included below +Include /etc/ssh/ssh_config.d/*.conf diff --git a/ssh_config_redhat b/ssh_config_redhat -new file mode 100644 -index 0000000..9082a13 --- /dev/null +++ b/ssh_config_redhat -@@ -0,0 +1,17 @@ +@@ -0,0 +1,20 @@ ++# Follow system-wide Crypto Poliicy, if defined: ++Include /etc/crypto-policies/back-ends/openssh.txt ++ +# Uncomment this if you want to use .local domain +# Host *.local +# CheckHostIP no