sreenidhi.github.io

SSH Key Permissions

Proper file permissions help keep your SSH keys secure. On most systems, you can set permissions using chmod:

chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub

Back to home