The branch, build-main has been updated via eb322fcd5727c3e9d6f80da831f9e0f177f589c9 (commit) from dcdbce376f33afe485535d4bca6cb39f06b91c12 (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: x2gobroker/brokers/base_broker.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index 6062815..4f03e81 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -871,13 +871,13 @@ class X2GoBroker(object): selected_session.update({ 'authentication_privkey': privkey, }) - #x2gobroker.agent.delete_authorized_key(username=username, - # pubkey_hash=pubkey, - # authorized_keys_file=self.get_authorized_keys_file(profile_id), - # query_mode=agent_query_mode, - # remote_agent=remote_agent, - # delay_deletion=60, - #), + x2gobroker.agent.delete_authorized_key(username=username, + pubkey_hash=pubkey, + authorized_keys_file=self.get_authorized_keys_file(profile_id), + query_mode=agent_query_mode, + remote_agent=remote_agent, + delay_deletion=20, + ), return selected_session hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).