[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 577aa381675055486ed0bfedf6c9b03c64c8de8b
X2Go dev team
git-admin at x2go.org
Tue Jan 7 16:19:42 CET 2014
The branch, brokerclient has been updated
via 577aa381675055486ed0bfedf6c9b03c64c8de8b (commit)
from ffada7f75b49527f55ac054620d7df024a92e16e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2go/sftpserver.py | 2 --
1 file changed, 2 deletions(-)
The diff of changes is:
diff --git a/x2go/sftpserver.py b/x2go/sftpserver.py
index deb5a93..7fa44b7 100644
--- a/x2go/sftpserver.py
+++ b/x2go/sftpserver.py
@@ -80,8 +80,6 @@ class _SSHServer(paramiko.ServerInterface):
Ensure proper authentication.
"""
- # for debugging!!!
- return paramiko.AUTH_SUCCESSFUL
if username == self.current_local_user:
self.logger('sFTP server %s: username is %s' % (self, self.current_local_user), loglevel=log.loglevel_DEBUG)
if type(key) == paramiko.RSAKey and key == self.auth_key:
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
More information about the x2go-commits
mailing list