Merge pull request #169 from Carreau/no-everyone-read

Don't create home publicly readable
This commit is contained in:
Min RK
2018-09-03 14:51:05 +02:00
committed by GitHub
3 changed files with 22 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ permissions.
#. A home directory is created for the user under ``/home/jupyter-<username>``.
#. The default permission of the home directory is change with ``o-rwx`` (remove
non-group members the ability to read, write or list files and folders in the
Home directory).
#. No password is set for this unix system user by default. The password used
to log in to JupyterHub (if using an authenticator that requires a password)
is not related to the unix user's password in any form.