Run cat ~/.ssh/known_hosts.
cat ~/.ssh/known_hosts
Inspect stored host identities alongside a key fingerprint.
Security administrationcatssh-keygenstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cat ~/.ssh/known_hosts.
cat ~/.ssh/known_hosts
Run ssh-keygen -lf ~/.ssh/authorized_keys.
ssh-keygen -lf ~/.ssh/authorized_keys
Run stat ~/.ssh/known_hosts.
stat ~/.ssh/known_hosts
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.
Build repeatable confidence with checking SSH host and key identity evidence.
Start with cat ~/.ssh/known_hosts, inspect the result, then continue in order.
Checking SSH host and key identity evidence helps operators explain what they know before they change anything.
cat <file>
Print text file contents.
stat <path>
Show lab file details.