Update progress: Ex3 complete, permissions cheat sheet added

This commit is contained in:
mrsh
2026-05-22 03:29:35 +02:00
parent eb95dc7022
commit 0025bc5586
2 changed files with 21 additions and 6 deletions

View File

@@ -121,8 +121,8 @@ ip route
## ✅ Phase 2 Checklist
- [ ] Ping and ARP (`ip neigh`)
- [ ] SSH key generation and passwordless login
- [ ] File transfer with `scp` / `rsync`
- [x] SSH key generation and passwordless login
- [x] File transfer with `scp` / `rsync` (need `apk add rsync` on Alpine!)
- [ ] Running a network service
**Previous:** [[Phase 1 - Walking]] | **Next:** [[Phase 3 - Users and Files]]