Last active
December 26, 2020 19:00
-
-
Save Torstein-Eide/d0853527a153c567f0f709c646e86ebc to your computer and use it in GitHub Desktop.
Synology chmod ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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