This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch bugfix/mswin-1002 in repository x2goclient. from 885f55d Add support for our current DSA keys. Note that new c3767d2 Windows: Fix support for our current DSA keys. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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