SSH Security

From TrustWiki

Jump to: navigation, search

SSH Security



Troubleshooting


'Error: "It is recommended that your private key files are NOT accessible by others."
Solution: chmod 600 <private_key>
Eg: cd .ssh; chmod 600 id_rsa

Personal tools