View the project on Github : Managing servers is not always easy. You have to balance reliability, security, and user requests for features. One common issue arises when a regular user needs to be able perform some task on a server, such as restarting a service, changing a configuration, or updating a software, but you […]
Using SSH key authentification on a Synology NAS for remote rsync backups
Synology DiskStations are awesome. The DSM web interface is both powerful and easy to use and is constantly improving. One thing I have struggled with, though, has been setting up public key authentification in order to allow automated scripts to push backups to the NAS via rsync. Here is how it can be done. First, […]