[X2Go-Commits] [x2goclient] 01/01: Windows: Fix support for our current DSA keys.
git-admin at x2go.org
git-admin at x2go.org
Wed May 18 18:06:35 CEST 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/mswin-1002
in repository x2goclient.
commit c3767d2fcd52ddf77b909ee96af0c85aacfb1b48
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 d18e147..3fab27f 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -10257,7 +10257,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