Hello, I’m setting up TLJH for a small team. We are using LDAP authentication. When an user named marton logs in to TLJH with their LDAP password, a unix user jupyter-marton is created on the server, with the home folder /home/jupyter-marton. I would like to be able to log in with the jupyter-marton user via ssh (for example for SSH key forwarding, among several other uses). How can I achieve this? Doing ssh jupyter-marton@server with the LDAP password doesn’t work, since there is no jupyter-marton user in LDAP. ssh marton@server works. One option that I can think of would be to somehow automatically add jupyter-marton to some unix user group so that the regular LDAP-marton can access the /home/jupyter-marton folder and run commands, is this possible? Or is there a better approach?
Okay, a fairly simple way is to use the web-based terminal in Jupyter to add an SSH key to /home/jupyter-user/.ssh/authorized_keys.