Run ls -la ~/.ssh.
ls -la ~/.ssh
Inspect common SSH files without making any network connection.
Files and pathslscatstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ls -la ~/.ssh.
ls -la ~/.ssh
Run cat ~/.ssh/config.
cat ~/.ssh/config
Run stat ~/.ssh/authorized_keys.
stat ~/.ssh/authorized_keys
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.
Recognize local SSH config and authorized keys.
Use ls -la ~/.ssh, then inspect the files.
SSH file layout matters for secure admin access.
ls [-la] [path]
List lab files and folders.
cat <file>
Print text file contents.
stat <path>
Show lab file details.
lsof
Show simulated files and sockets opened by services.