[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.1.1-30-g5415362

X2Go dev team git-admin at x2go.org
Mon Jan 14 02:54:17 CET 2013


The branch, master has been updated
       via  5415362f73739312014478cb6b382369dbd3d5c7 (commit)
      from  4557a946e0a316c04d5f0c368c7137c2d15d8056 (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 -----------------------------------------------------------------
commit 5415362f73739312014478cb6b382369dbd3d5c7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jan 14 02:55:49 2013 +0100

    make it possible to use the unique host key aliases code without SSH proxy, as well

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    3 +++
 1 file changed, 3 insertions(+)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 844efe2..a8e8fca 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -730,6 +730,9 @@ class X2GoControlSessionSTDOUT(paramiko.SSHClient):
 
         if unique_hostkey_aliases is not None:
             self.unique_hostkey_aliases = unique_hostkey_aliases
+            # prep the fake hostname with the real hostname, so we trigger the corresponding code path in 
+            # x2go.checkhosts and either of its missing host key policies
+            _fake_hostname = "[%s]:%s" % (hostname, port)
 
         if use_sshproxy and sshproxy_host and sshproxy_user:
             try:


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