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 320e255bd3f34163855651f8d1bf961e8ef3549b Author: Mike DePaulo <mikedep333@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 cf9b7fe..efe72eb 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -10234,6 +10234,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