From 5e022ecc890fd9c17f07ff5c7f8c0227861dd18b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 11 Nov 2014 14:00:38 +0100 Subject: [PATCH] Revert "Use VncAuth as the default security type, ..." This reverts commit 39d7dc043afcf6f94b9c16942765fdb9a6a3202e. We should be secure by default, even if it might cause a performance hit. Those who wish to make that trade off are more likely to notice the lack of performance than others noticing the lack of security. --- common/rfb/SecurityServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx index 5bd7b2c9..e0aee137 100644 --- a/common/rfb/SecurityServer.cxx +++ b/common/rfb/SecurityServer.cxx @@ -43,7 +43,7 @@ StringParameter SecurityServer::secTypes #endif ")", #ifdef HAVE_GNUTLS - "VncAuth,TLSVnc", + "TLSVnc,VncAuth", #else "VncAuth", #endif -- 2.39.5