Add more notes

This commit is contained in:
Starbeamrainbowlabs 2019-06-20 17:01:37 +01:00
parent 818dc5744d
commit 8b22000dc1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,8 @@
## Basic Security ## Basic Security
- Creating a non-root account - Creating a non-root account
- `sudo` permissions - `sudo` permissions
- The Linux security model: Knowing why you're typing your password
- SSH - SSH
- Disable root login - Disable root login
- SSH Keys - SSH Keys
@ -32,6 +33,7 @@
## Configuration ## Configuration
- `/etc/nginx/nginx.conf` - `/etc/nginx/nginx.conf`
- `/etc/nginx/sites`
## References and Further Reading ## References and Further Reading
- [Nginx](https://www.nginx.com/) - [Nginx](https://www.nginx.com/)