[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.0.37.0-43-g12bb02a

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


The branch, build-baikal has been updated
       via  12bb02a83abd24c50689d960beff9aad238d3a8c (commit)
      from  9069d0c5422868b2eae28cbcb9f2cab4bbdbe983 (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/sshproxy.py |    1 +
 1 file changed, 1 insertion(+)

The diff of changes is:
diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py
index e5763ed..69cdce7 100644
--- a/x2go/sshproxy.py
+++ b/x2go/sshproxy.py
@@ -139,6 +139,7 @@ class X2goSSHProxy(paramiko.SSHClient, threading.Thread):
         except paramiko.SSHException, e:
             raise X2goSSHProxyException(str(e))
 
+        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