Run stat ~/.ssh.
stat ~/.ssh
Compare directory and key-file modes used by an SSH account.
Permissions and usersstatchmod
Click any instruction for the command details, the why, and the common mistake to avoid.
Run stat ~/.ssh.
stat ~/.ssh
Run chmod 700 ~/.ssh.
chmod 700 ~/.ssh
Run chmod 600 ~/.ssh/authorized_keys.
chmod 600 ~/.ssh/authorized_keys
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.
Build repeatable confidence with keeping SSH directories and key files appropriately restricted.
Start with stat ~/.ssh, inspect the result, then continue in order.
Keeping SSH directories and key files appropriately restricted helps operators explain what they know before they change anything.
chmod <mode> <path>
Change a simulated numeric permission mode.
stat <path>
Show lab file details.