Restrict root ssh access to a single IP under Raspbian / Debian / Ubuntu
Today I configured a new backup solution that required me to restrict root ssh access to a single IP for the root user.
Today I configured a new backup solution that required me to restrict root ssh access to a single IP for the root user.
This simple bash script is able to backup all given files and folders to a backup destination. I use it to backup all my Raspberry Pis, Banana Pis and also my notebook to my Synology NAS. Example call: If you want to run it as a crontab, you can use key based authentication (see SSH key […]