added myst references in files

This commit is contained in:
alwasega
2023-01-23 16:01:13 +03:00
parent b691480e5f
commit 7c8800c724
4 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Authentication and User Basics
(authenticators-users-basics)=
The default Authenticator uses [PAM][] (Pluggable Authentication Module) to authenticate system users with
their username and password. With the default Authenticator, any user
with an account and password on the system will be allowed to login.

View File

@@ -1,4 +1,5 @@
# Security settings
(security-basics)=
:::{important}
You should not run JupyterHub without SSL encryption on a public network.

View File

@@ -6,7 +6,7 @@ JupyterHub is supported on Linux/Unix based systems. To use JupyterHub, you need
a Unix server (typically Linux) running somewhere that is accessible to your
team on the network. The JupyterHub server can be on an internal network at your
organization, or it can run on the public internet (in which case, take care
with the Hub's [security](./getting-started/security-basics)).
with the Hub's [security](security-basics).
JupyterHub officially **does not** support Windows. You may be able to use
JupyterHub on Windows if you use a Spawner and Authenticator that work on

View File

@@ -27,7 +27,7 @@ Before installing JupyterHub, you will need:
if your system package manager only has an old version of Node.js (e.g. 10 or older).
- A [pluggable authentication module (PAM)](https://en.wikipedia.org/wiki/Pluggable_authentication_module)
to use the [default Authenticator](./getting-started/authenticators-users-basics.md).
to use the [default Authenticator](authenticators-users-basics).
PAM is often available by default on most distributions, if this is not the case it can be installed by
using the operating system's package manager.
- TLS certificate and key for HTTPS communication