The branch, twofactorauth has been updated via b18df4022b3306e84a4e58501f75087bd8c25f7e (commit) from 637fa24c2bcc98706959a7214554892ac02ecea9 (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 9c0a267..b47193c 100644 --- a/x2go/checkhosts.py +++ b/x2go/checkhosts.py @@ -222,7 +222,7 @@ def check_ssh_host_key(x2go_sshclient_instance, hostname, port=22): host_ok = False try: - paramiko.SSHClient.connect(x2go_sshclient_instance, hostname=hostname, port=port, username='foo', password=str(uuid.uuid1())) + paramiko.SSHClient.connect(x2go_sshclient_instance, hostname=hostname, port=port, username='foo', password="".join([random.choice(string.letters+string.digits) for x in range(1, 20)])) except x2go_exceptions.AuthenticationException: host_ok = True x2go_sshclient_instance.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) 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).