Add sftp config notes and GPU driver install notes

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 09:54:30 +02:00
co-authored by Claude Fable 5
parent 4e3594f8f8
commit b60bc32391
2 changed files with 83 additions and 0 deletions
@@ -0,0 +1,21 @@
## Base
- ssh hardening
- fail2ban
- autoupdate
## User and Groups
- Group: `sftpusers`
- User: `sftpuser` (default) (`sudo useradd -G sftpusers -s /sbin/nologin sftpuser`)
- Path: `/home/sftpuser` for user key file
## Notes
- each user needs pub keys set in its home path `/home/<user>/.ssh/authorized_keys`
- each user will be logged on to the sftp path `/sftp`
- the default `sftpuser` has as shell `/sbin/nologin` so that it can not login via ssh
- each user needs to be in the group `sftpusers` for sftp access.
- users in the `sftpusers` group can not login via ssh
- created group `admins` for ssh access. Only via Pub Key auth