Added Raspberry Pi OS server guide

This commit is contained in:
Sun Knudsen 2020-12-07 10:03:03 -05:00
parent 6e46d09d15
commit b6b792380e
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
3 changed files with 438 additions and 17 deletions

View file

@ -12,7 +12,7 @@ Listed: true
## Requirements
- [Hardened Debian server](../how-to-configure-hardened-debian-server) 📦
- [Hardened Debian server](../how-to-configure-hardened-debian-server) 📦 or [hardened Raspberry Pi OS server](../how-to-configure-hardened-raspberry-pi-os-server) 📦
- Linux or macOS computer
## Caveats
@ -113,7 +113,7 @@ EOF
### Step 4: log in to server
Replace `185.112.147.115` with IP of server.
Replace `server-admin@185.112.147.115` with SSH destination of server and `~/.ssh/server` with path to associated private key.
```shell
ssh server-admin@185.112.147.115 -i ~/.ssh/server