[X2Go-Commits] [x2goclient] 05/06: Windows: Fix support for our current DSA keys.

git-admin at x2go.org git-admin at x2go.org
Wed May 18 21:17:51 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.5.1-mswin
in repository x2goclient.

commit 883a6ab333ef1295157554cca8b65e2c49ec3576
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Wed May 18 12:07:11 2016 -0400

    Windows: Fix support for our current DSA keys.
---
 src/onmainwindow.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index efe72eb..97dd9f2 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -10236,7 +10236,7 @@ void ONMainWindow::generateEtcFiles()
 #ifdef Q_OS_WIN
          // Workaround for X2Go bug #1002 until we support keys
          // stronger than DSA (X2Go bug #1003).
-         "PubkeyAcceptedKeyTypes=+ssh-dss\n"<<
+         "HostKeyAlgorithms=*\n"<<
          "Subsystem shell "<< wapiShortFileName ( appDir) +"/sh"+"\n"<<
          "Subsystem sftp "<< wapiShortFileName ( appDir) +"/sftp-server"+"\n"<<
          "AuthorizedKeysFile \""<<authKeyPath<<"\"";

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list