[X2Go-Commits] [x2gobroker] 01/01: presume all clients can pass-in public SSH keys, already
git-admin at x2go.org
git-admin at x2go.org
Sat Apr 5 01:33:27 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit fbb79f29eb8ab576dd0853d1fe5a79f44c08d661
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Apr 5 01:33:24 2014 +0200
presume all clients can pass-in public SSH keys, already
---
x2gobroker/brokers/base_broker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index 026991b..72b37be 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -925,7 +925,7 @@ class X2GoBroker(object):
if self.get_session_autologin(profile_id):
profile['autologin'] = True
- profile['key'] = u'<will-be-provided-later>'
+ profile['key'] = u'<please-provide-during-session-selection>'
# make sure that desktop sessions (that we know by name) do run with rootless=false
if profile['command'] in x2gobroker.defaults.X2GO_DESKTOP_SESSIONS:
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list