From 636208024586d0fb3053105b200f5b2c41796d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 22 Jan 2016 14:22:11 +0000 Subject: [PATCH] r294563 was incomplete; re-add the client-side options as well. --- crypto/openssh/readconf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index 4c3e0516724..326a59cd719 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -286,6 +286,8 @@ static struct { { "hpnbuffersize", oDeprecated }, { "tcprcvbufpoll", oDeprecated }, { "tcprcvbuf", oDeprecated }, + { "noneenabled", oUnsupported }, + { "noneswitch", oUnsupported }, { "versionaddendum", oVersionAddendum }, { NULL, oBadOption }