This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 0803f2a debian/rules; fix version detection on testing and unstable V2. new e1e71a7 on Windows SSHD will only listen 127.0.0.1 to avoid FW warnings. 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: debian/changelog | 1 + src/onmainwindow.cpp | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 master in repository x2goclient. commit e1e71a7d328a7982effe04f7754b783a168b0757 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Jan 11 09:23:58 2023 -0600 on Windows SSHD will only listen 127.0.0.1 to avoid FW warnings. --- debian/changelog | 1 + src/onmainwindow.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a4e11fc..76419fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium client. - add "noresize" setting, which makes the proxy window not resizable for user. + - on Windows SSHD will only listen 127.0.0.1 to avoid FW warnings. [ Ryan Schmidt ] * New upstream version (4.1.2.3): diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index af473de..46f6379 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -11104,6 +11104,7 @@ void ONMainWindow::generateEtcFiles() "AuthorizedKeysFile \"" << authKeyPath << "\"\n"; #ifdef Q_OS_WIN out << "Subsystem shell "<< wapiShortFileName ( appDir) +"/bin/bash"+"\n"<< + "ListenAddress 127.0.0.1\n" << "Subsystem sftp "<< wapiShortFileName ( appDir) +"/bin/sftp-server"+"\n"; #else /* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git