[X2Go-Commits] [x2gobroker] 01/01: mention a pubkey from broker client in the log file

git-admin at x2go.org git-admin at x2go.org
Wed Mar 19 15:49:35 CET 2014


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 at 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



More information about the x2go-commits mailing list