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@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