[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-64-g637fa24

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


The branch, build-baikal has been updated
       via  637fa24c2bcc98706959a7214554892ac02ecea9 (commit)
      from  42e073c3a6ccf65bb1a98283c6d9f394626b079d (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 b66835f..9c0a267 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -97,7 +97,7 @@ class X2goInteractiveAddPolicy(paramiko.MissingHostKeyPolicy):
                                                                   fingerprint_type=self.get_key_name(),
                                                                  )
             if _valid:
-                paramiko.AutoAddPolicy().missing_host_key(client, hostname, key)
+                paramiko.AutoAddPolicy().missing_host_key(client, self.hostname, key)
             else:
                 if type(self.caller) in (sshproxy.X2goSSHProxy, ):
                     raise x2go_exceptions.X2goSSHProxyHostKeyException('Invalid host %s is not authorized for access. Add the host to Paramiko/SSH\'s known_hosts file.' % hostname)


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