Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 351 Bytes

ssh.md

File metadata and controls

10 lines (7 loc) · 351 Bytes

SSH

Permission issues

For SSH to work properly the permissions must be set as follows, according to this:

  • .ssh directory: 700 (drwx------)
  • public key (.pub file): 644 (-rw-r--r--)
  • private key (id_rsa): 600 (-rw-------)
  • the HOME should not be writeable by the group or others: at most 755 (drwxr-xr-x)