The branch, twofactorauth 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- 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).