This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from b264b5e If we received an SSH public key from a broker client, mark it as ACCEPTED after we deployed it, so that the client knows that it can its corresponding private key. new 5a0bf3f mention a pubkey from broker client in the log file The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker/brokers/base_broker.py | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 5a0bf3f238c2d9d68acc2744a33c488e72e7be0e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 19 15:49:40 2014 +0100 mention a pubkey from broker client in the log file --- x2gobroker/brokers/base_broker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index dd69189..3efccf6 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -1119,6 +1119,7 @@ class X2GoBroker(object): delay_deletion=20, ) else: + logger_broker.notice('base_broker.X2GoBroker.select_session(): accepting public SSH key from broker client') x2gobroker.agent.add_authorized_key(username=username, pubkey_hash=pubkey, authorized_keys_file=self.get_authorized_keys_file(profile_id), -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git