9 lines
308 B
Markdown
9 lines
308 B
Markdown
# 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 |