Run journalctl -u ssh | grep denied.
journalctl -u ssh | grep denied
Pull together logs, firewall state, and a final review note.
Security administrationjournalctlgrepufwecho
Click any instruction for the command details, the why, and the common mistake to avoid.
Run journalctl -u ssh | grep denied.
journalctl -u ssh | grep denied
Run ufw status.
ufw status
Run echo final-review > final-incident-review.txt.
echo final-review > final-incident-review.txt
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Complete a small end-to-end security review.
Filter SSH denied events, inspect firewall, then write a note.
Security administration is a repeatable evidence workflow.
echo <text>
Print text or write lab notes with >.
grep [-i] <text> <file>
Find literal text inside a file.
journalctl -u <service>
Read simulated service journal entries.
ufw status
Inspect simulated firewall rules.