Elektrine lite

← Feed

@irmadlad@lemmy.world

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)