Post #3723744
2026-07-02 18:49 UTC
You should be good with caveats:
Permissions on: ~/.ssh: chmod 700 ~/.ssh
Permissions on private keys: chmod 600 ~/.ssh/id_rsa or id_ed25519, etc.
Permissions on public keys: chmod 644 ~/.ssh/id_rsa.pub
You can check with: ls -la ~/.ssh/
Replies (1)
-
@needanke@feddit.org 2026-07-03 06:06
And of course encrypting the drive the files are on.