Run ls -l /etc/ssh.
ls -l /etc/ssh
Review sensitive training SSH and web files with long listings and metadata.
Permissions and usersls -lstatgrep
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ls -l /etc/ssh.
ls -l /etc/ssh
Run stat /etc/ssh/sshd_config.
stat /etc/ssh/sshd_config
Run grep PermitRootLogin /etc/ssh/sshd_config.
grep PermitRootLogin /etc/ssh/sshd_config
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.
Inspect sensitive file modes without modifying them.
Compare /etc/ssh/sshd_config and /srv/www/index.html.
Reviews find risky permissions before they become incidents.
ls [-la] [path]
List lab files and folders.
grep [-i] <text> <file>
Find literal text inside a file.
stat <path>
Show lab file details.
lsof
Show simulated files and sockets opened by services.