[X2Go-Commits] [x2goclient] 01/01: Add support for our current DSA keys. Note that

git-admin at x2go.org git-admin at x2go.org
Mon May 2 02:47:53 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 885f55d42e465cedf6d1b3489f6675f72566d9e2
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sun May 1 20:46:16 2016 -0400

    Add support for our current DSA keys. Note that
    
    bug #1002 is still not entirely fixed for some
    other reason.
---
 src/onmainwindow.cpp |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index c7fffd7..d18e147 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -10255,6 +10255,9 @@ void ONMainWindow::generateEtcFiles()
          "UsePrivilegeSeparation no\n"<<
          "PidFile \"" + varDir + "/sshd.pid\"\n" <<
 #ifdef Q_OS_WIN
+         // Workaround for X2Go bug #1002 until we support keys
+         // stronger than DSA (X2Go bug #1003).
+         "PubkeyAcceptedKeyTypes=+ssh-dss\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