Shell script for Linux call-home over SSH

Marcel Stangenberger 8f9e976915 Update 'README.md' il y a 11 mois
README.md 8f9e976915 Update 'README.md' il y a 11 mois
callhome.service d74672fec4 Add 'callhome.service' il y a 11 mois
callhome.sh 305fa78714 Add 'callhome.sh' il y a 11 mois

README.md

callhome

Shell script for Linux call-home over SSH

Installation

  • place callhome.sh in /usr/local/sbin
  • fill in the ssh user on your shell host and the FQDN of the shell host in the variables of callhome.sh
  • place callhome.service in /etc/systemd/system
  • run systemctl enable --now callhome.service