Hello! I have set up JupyterHub with the littlest JupyterHub (tljh). It is running on premise and on a university network over HTTPS. As a normal user, I can spawn a terminal, and I can navigate through the server, so potentially, I could look at server settings, and maybe manage to break stuff, which is undesired from the admin perspective.
I would like to limit the privileges of the users so they’re basically locked within their home directory, having one shared directory at most. I haven’t been able to find online how to achieve this, so I had two questions:
- Is it possible to “lock” jupyter-users to their home directories and a specific shared folder without impairing the usability of jupyter notebooks?
- Should this be a concern? Since the jupyter-users’ privileges are already kind of limited.
Thanks!