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

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


The branch, build-baikal has been updated
       via  1fdccab8a4af1f3da5c651cabb5d1d556eda983d (commit)
      from  2be37b5636f7867e4e692d9337bd986ba8a1393e (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/checkhosts.py |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/x2go/checkhosts.py b/x2go/checkhosts.py
index 2bdcc4b..51485f4 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -47,6 +47,8 @@ class X2goInteractiveAddPolicy(paramiko.MissingHostKeyPolicy):
     def missing_host_key(self, client, hostname, key):
         self.client = client
         self.hostname = hostname
+        if not self.hostname.find(':'):
+            self.hostname += ':22'
         self.key = key
         client._log(paramiko.common.DEBUG, 'Interactively Checking %s host key for %s: %s' %
                    (key.get_name(), hostname, binascii.hexlify(key.get_fingerprint())))


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