Run cp /etc/ssh/sshd_config lab/sshd_config.
cp /etc/ssh/sshd_config lab/sshd_config
Copy SSH config to the lab and inspect it after opening nano.
Nano and editingcpnanogrep
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cp /etc/ssh/sshd_config lab/sshd_config.
cp /etc/ssh/sshd_config lab/sshd_config
Run nano lab/sshd_config.
nano lab/sshd_config
Run grep PasswordAuthentication lab/sshd_config.
grep PasswordAuthentication lab/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.
Practice safe config-copy editing.
Copy sshd_config into lab first.
Working on a copy reduces risk when learning.
nano <file>
Open a simulated nano editor.
grep [-i] <text> <file>
Find literal text inside a file.
cp <src> <dst>
Copy a file.