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