Inspect password login, root login, and SSH activity.
Mission 24
SSH hardening
Read fake SSH settings and confirm safer defaults without connecting anywhere.
Security administration
0/25 lessons
0/7 missions
New learnerrank
0XP
0%complete
learner@clairos:/home/learner $
Unix ops lab: type a command, press Enter
Lesson support
What to notice while you play.
Use grep on /etc/ssh/sshd_config.
SSH is a common administrative entry point and deserves careful review.
- Testing with real connections from a training page.
- Only checking one setting.
Reference
Commands in this lesson.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
journalctl -u <service>
Read fake service journal entries.