From 21cd882a031215ae9f86d203a4c4d6fcdf91b5fd Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 26 Sep 2014 15:18:20 -0400 Subject: [PATCH] Disable "high performance ssh" openssh patch Gentoo includes Prioritizing security and stability over performance in SSH, omitting this kind of patch is generally more consistent with our objectives. Visibly this removes "-hpn14v4" from the OpenSSH protocol banner: SSH-2.0-OpenSSH_6.6p1-hpn14v4 Discussion: https://github.com/coreos/bugs/issues/149 --- .../coreos-overlay/profiles/coreos/base/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 1d71484f59..2dee4e6f03 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -51,3 +51,6 @@ dev-libs/glib -mime # keep grub build simple sys-boot/grub -multislot -nls + +# disable "high performance ssh" patch +net-misc/openssh -hpn