Merge pull request #5047 from chilin0525/fix-outdated-wiki-link-for-less-privileged-user

Fix outdated GitHub Wiki links in documentation
This commit is contained in:
Min RK
2025-04-15 09:32:33 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ Visit `http://localhost:8000` in your browser, and sign in with your system user
_Note_: To allow multiple users to sign in to the server, you will need to _Note_: To allow multiple users to sign in to the server, you will need to
run the `jupyterhub` command as a _privileged user_, such as root. run the `jupyterhub` command as a _privileged user_, such as root.
The [wiki](https://github.com/jupyterhub/jupyterhub/wiki/Using-sudo-to-run-JupyterHub-without-root-privileges) The [documentation](https://jupyterhub.readthedocs.io/en/latest/howto/configuration/config-sudo.html)
describes how to run the server as a _less privileged user_, which requires describes how to run the server as a _less privileged user_, which requires
more configuration of the system. more configuration of the system.

View File

@@ -88,7 +88,7 @@ The following authenticators are included with JupyterHub:
of a ssh server, but providing a web-browser based way to access the of a ssh server, but providing a web-browser based way to access the
machine. machine.
There are [plenty of others to choose from](https://github.com/jupyterhub/jupyterhub/wiki/Authenticators). There are [plenty of others to choose from](authenticators-reference).
You can connect to almost any other existing service to manage your You can connect to almost any other existing service to manage your
users. You either use all users from this other service (e.g. your users. You either use all users from this other service (e.g. your
company), or enable only the allowed users (e.g. your group's company), or enable only the allowed users (e.g. your group's

View File

@@ -125,7 +125,7 @@ the shadow password database.
**Note:** On [Fedora based distributions](https://fedoraproject.org/wiki/List_of_Fedora_remixes) there is no clear way to configure **Note:** On [Fedora based distributions](https://fedoraproject.org/wiki/List_of_Fedora_remixes) there is no clear way to configure
the PAM database to allow sufficient access for authenticating with the target user's password the PAM database to allow sufficient access for authenticating with the target user's password
from JupyterHub. As a workaround we recommend use an from JupyterHub. As a workaround we recommend use an
[alternative authentication method](https://github.com/jupyterhub/jupyterhub/wiki/Authenticators). [alternative authentication method](authenticators-reference).
```bash ```bash
$ ls -l /etc/shadow $ ls -l /etc/shadow

View File

@@ -90,6 +90,6 @@ To **allow multiple users to sign in** to the Hub server, you must start
sudo jupyterhub sudo jupyterhub
``` ```
The [wiki](https://github.com/jupyterhub/jupyterhub/wiki/Using-sudo-to-run-JupyterHub-without-root-privileges) [](howto:config:no-sudo)
describes how to run the server as a _less privileged user_. This requires describes how to run the server as a _less privileged user_. This requires
additional configuration of the system. additional configuration of the system.