[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.4.0.8-39-g155379e

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:15:39 CET 2014


The branch, build-baikal has been updated
       via  155379ec735f112d1e354ce4dc77bc68afbdd678 (commit)
      from  73e0f1929f864640f7035d42796d1633baa956ff (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:
 debian/changelog |    1 +
 x2go/sshproxy.py |    2 ++
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 50ec35f..5a9cafd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ python-x2go (0.4.0.9-0x2go1) UNRELEASED; urgency=low
       code.
     - Fix regression: Make password logins with PyHoca-CLI succeed again.
     - Make channel compression to all authentication methods.
+    - Set keepalive on proxy channel.
   * debian/source/format:
     + Switch to format 1.0.
   * python-x2go.spec:
diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py
index b207f93..4121353 100644
--- a/x2go/sshproxy.py
+++ b/x2go/sshproxy.py
@@ -332,6 +332,7 @@ class X2GoSSHProxy(paramiko.SSHClient, threading.Thread):
                 t = self.get_transport()
                 if x2go._paramiko.PARAMIKO_FEATURE['use-compression']:
                     t.use_compression(compress=True)
+                t.set_keepalive(5)
 
             # if there is no private key, we will use the given password, if any
             else:
@@ -359,6 +360,7 @@ class X2GoSSHProxy(paramiko.SSHClient, threading.Thread):
             self.close()
             raise
 
+
         self.set_missing_host_key_policy(paramiko.RejectPolicy())
         threading.Thread.__init__(self)
         self.daemon = True


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