Skip to content

Instantly share code, notes, and snippets.

@Torstein-Eide
Last active December 26, 2020 19:00
Show Gist options
  • Save Torstein-Eide/d0853527a153c567f0f709c646e86ebc to your computer and use it in GitHub Desktop.
Save Torstein-Eide/d0853527a153c567f0f709c646e86ebc to your computer and use it in GitHub Desktop.
Synology chmod ssh
chmod 700 /volume?/homes/*/.ssh
chmod 644 /volume?/homes/*/.ssh/authorized_keys
chmod 644 /volume?/homes/*/.ssh/known_hosts
chmod 644 /volume?/homes/*/.ssh/config
chmod 700 /home/*/.ssh
chmod 644 /home/*/.ssh/authorized_keys
chmod 644 /home/*/.ssh/known_hosts
chmod 644 //home/*/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment