[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.0.3-5-g04ecca3

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:47 CEST 2013


The branch, twofactorauth has been updated
       via  04ecca3b0c80a420af49df7cb06dd5cb24b52dc9 (commit)
      from  2eb15478ddd7b8fc737cdc8a1ba0c77e469a56bd (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/backends/control/_stdout.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index c4738aa..ca9efb7 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -380,7 +380,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
             try:
                 self.logger('trying SSH pub/priv key authentication with server', loglevel=log.loglevel_DEBUG)
                 paramiko.SSHClient.connect(self, hostname, port=port, username=username, pkey=pkey,
-                                           key_filename=key_filename, timeout=float(timeout), allow_agent=allow_agent, 
+                                           key_filename=key_filename, timeout=timeout, allow_agent=allow_agent, 
                                            look_for_keys=look_for_keys)
 
             except paramiko.AuthenticationException, e:
@@ -390,7 +390,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
                     self.logger('next auth mechanism we\'ll try is keyboard-interactive authentication', loglevel=log.loglevel_DEBUG)
                     try:
                         paramiko.SSHClient.connect(self, hostname, port=port, username=username, password=password,
-                                                   timeout=float(timeout), allow_agent=allow_agent, 
+                                                   timeout=timeout, allow_agent=allow_agent, 
                                                    look_for_keys=look_for_keys)
                     except:
                         if self.sshproxy_session:


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