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

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


The branch, build-baikal has been updated
       via  fe0b6337811e79d3bac7305b90294e001f1ca517 (commit)
      from  35b1deedef5787b3e92c3a9555841a544e7293d9 (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, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/checkhosts.py b/x2go/checkhosts.py
index 4d47f17..c3f55be 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -48,7 +48,7 @@ class X2goInteractiveAddPolicy(paramiko.MissingHostKeyPolicy):
         self.client = client
         self.hostname = hostname
         if (self.hostname.find(']') == -1) and (self.hostname.find(':') == -1):
-            # if hostname is an IPv4 quadruple...
+            # if hostname is an IPv4 quadruple with standard SSH port...
             self.hostname = '[%s]:22' % self.hostname
         self.key = key
         client._log(paramiko.common.DEBUG, 'Interactively Checking %s host key for %s: %s' %


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