How to Install and Uninstall ssh-cron Package on Kali Linux

Last updated: May 03,2024

1. Install "ssh-cron" package

This is a short guide on how to install ssh-cron on Kali Linux

$ sudo apt update $ sudo apt install ssh-cron

2. Uninstall "ssh-cron" package

This guide covers the steps necessary to uninstall ssh-cron on Kali Linux:

$ sudo apt remove ssh-cron $ sudo apt autoclean && sudo apt autoremove

3. Information about the ssh-cron package on Kali Linux

Package: ssh-cron
Version: 1.04.01-1
Installed-Size: 234
Maintainer: Frank B. Brokken
Architecture: amd64
Depends: libbobcat6 (>= 6.02.00), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), openssh-client
Recommends: ssh-askpass
Size: 77624
SHA256: 34c2318365c98417918feb30fa23bc94f754adfead9feb49b4497eb458d86cf9
SHA1: 3f8df9dd6247d86d4dfb39e8921b5e817a4d9557
MD5sum: 79590d727b18ed987a61641248116342
Description: 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.
Description-md5:
Homepage: https://fbb-git.gitlab.io/ssh-cron/
Section: admin
Priority: optional
Filename: pool/main/s/ssh-cron/ssh-cron_1.04.01-1_amd64.deb