Hi All,

I'm trying to set up x2go session broker and following this instruction at

wiki:advanced:x2gobroker:loadbalancing [X2Go - everywhere@home].

I'm running into an issue with:
sudo x2gobroker-pubkeyauthorizer --broker-url http(s)://<broker-server>:<port>/<basepath>/pubkeys/

What files should I put in /pubkeys/ directory?  When I put in one pub key for the session broker, I received following error:


2020-06-09 10:52:39,836 - broker - INFO - Authorizing access to this X2Go server for X2Go Session Broker
2020-06-09 10:52:39,836 - broker - INFO - at URL https://x2gobroker.example.com/pubkeys/x2gobrokerpubkey.pub
2020-06-09 10:52:39,866 - broker - INFO -   Found 1 public key at URL https://x2gobroker.example.com/pubkeys/x2gobrokerpubkey.pub
Traceback (most recent call last):
  File "/usr/sbin/x2gobroker-pubkeyauthorizer", line 206, in <module>
    keytype, pubkey, owner = new_pubkey.rsplit(" ", 2)
ValueError: not enough values to unpack (expected 3, got 2)

Any help is appreciated.

Simon