The branch, twofactorauth has been updated via 52b1c85cf8fad6c0b4e2afb8bd26d576dcd2852e (commit) from b443155cd6b17e5b64f84c41f635a287532cf6bc (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/sshproxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py index 8b01748..3cdf26b 100644 --- a/x2go/sshproxy.py +++ b/x2go/sshproxy.py @@ -271,10 +271,10 @@ class X2GoSSHProxy(paramiko.SSHClient, threading.Thread): raise x2go_exceptions.X2GoSSHProxyPasswordRequiredException(str(e)) except x2go_exceptions.AuthenticationException: self.close() - raise x2go_exceptions.X2GoSSHProxyAuthenticationException('pubkey auth mechanisms both failed') + raise x2go_exceptions.X2GoSSHProxyAuthenticationException('all authentication mechanisms with SSH proxy host failed') except x2go_exceptions.SSHException: self.close() - raise x2go_exceptions.X2GoSSHProxyAuthenticationException('interactive authentication required') + raise x2go_exceptions.X2GoSSHProxyAuthenticationException('with SSH proxy host password authentication is required') except: raise 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).