Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/external-host-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Your server MUST allow **inbound** connections on:

### System Hardening

Salt will automatically apply comprehensive security hardening (see [Salt harden state](../../salt/base/harden)):
Salt will automatically apply comprehensive security hardening (see [Salt harden state](https://github.com/python/psf-salt/blob/main/salt/base/harden)):

**SSH Hardening:**
- Root login disabled after bootstrap
Expand All @@ -78,7 +78,7 @@ Salt will automatically apply comprehensive security hardening (see [Salt harden
### User Accounts

**User Management:**
- Created from PSF pillar data (see [Salt users pillar data](../../pillar/base/users))
- Created from PSF pillar data (see [Salt users pillar data](https://github.com/python/psf-salt/blob/main/pillar/base/users))
- The pillar data determines, per service, which users are created, their roles (root, etc.), and their SSH keys
- Sudo access granted to `psf-admin` group (see [Salt sudo pillar data](../../pillar/base/sudoers/init.sls))

Expand Down