ssh-cron
cron daemon allowing ssh keys with passphrases to be used
Install
- All systems
-
curl cmd.cat/ssh-cron.sh
- Debian
-
apt-get install ssh-cron
- Ubuntu
-
apt-get install ssh-cron
- Kali Linux
-
apt-get install ssh-cron
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ssh-cron
- Raspbian
-
apt-get install ssh-cron
- Dockerfile
- dockerfile.run/ssh-cron
ssh-cron
cron daemon allowing ssh keys with passphrases to be used
ssh-cron acts like cron, but utilizes ssh-agent to obtain ssh key passphrases. Thus it allows scheduled commands to run on remote systems without requiring the ssh key passphrase to be stored in a clear-text file, or resorting to ssh keys without passphrases.