[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.0.37.0-47-g88a3386

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:11 CET 2014


The branch, brokerclient has been updated
       via  88a3386e5db21c608da8dd382c268912ecc57b37 (commit)
      from  b9635749319c8aad6268022b91a6586dcf735206 (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/backends/control/_stdout.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 1a47554..a07c3f5 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -253,7 +253,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
             paramiko.SSHClient.connect(self, hostname=hostname, port=port, username='foo', password='bar')
         except x2go_exceptions.AuthenticationException:
             host_ok = True
-            self.logger('SSH host key verification succeeded. Host is already known to the client\'s Paramiko/SSH sub-system.', loglevel=log.loglevel_NOTICE)
+            self.logger('SSH host key verification for host [%s]:%s succeeded. Host is already known to the client\'s Paramiko/SSH sub-system.' % (_hostname, _port), loglevel=log.loglevel_NOTICE)
         except x2go_exceptions.SSHException, e:
             msg = str(e)
             if msg.startswith('Checked host key for X2go server '):
@@ -262,7 +262,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
                 _port = _check_policy.get_hostname().split(':')[1]
                 _fingerprint = _check_policy.get_key_fingerprint_with_colons()
                 _fingerprint_type = _check_policy.get_key_name()
-                self.logger('SSH host key verification failed. Seeing this X2go server for the first time.', loglevel=log.loglevel_NOTICE)
+                self.logger('SSH host key verification for host [%s]:%s with %s fingerprint ,,%s\'\' failed. Seeing this X2go server for the first time.' % (_hostname, _port, _fingerprint_type, _fingerprint), loglevel=log.loglevel_NOTICE)
             else:
                 raise(e)
 


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