The branch, twofactorauth has been updated via 2c402b856c83affe5af8c715b1d32a793c2d752d (commit) from 1cd9f8a1839fec823bc981bdffa0a4a4ab8ea06a (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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/sftpserver.py b/x2go/sftpserver.py index 7e6af39..c8697d6 100644 --- a/x2go/sftpserver.py +++ b/x2go/sftpserver.py @@ -50,7 +50,7 @@ class _SSHServer(paramiko.ServerInterface): to run with his sFTP server implementation. """ - def __init__(self, auth_key=None, logger=None, loglevel=log.loglevel_DEFAULT, *args, **kwargs): + def __init__(self, auth_key=None, session_instance=None, logger=None, loglevel=log.loglevel_DEFAULT, *args, **kwargs): """\ Initialize a new sFTP server interface. @@ -63,6 +63,7 @@ class _SSHServer(paramiko.ServerInterface): self.current_local_user = defaults.CURRENT_LOCAL_USER self.auth_key = auth_key + self.session_instance = session_instance paramiko.ServerInterface.__init__(self, *args, **kwargs) logger('initializing internal SSH server for handling incoming sFTP requests, allowing connections for user ,,%s\'\' only' % self.current_local_user, loglevel=log.loglevel_DEBUG) 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).