How to Install and Uninstall autossh Package on Kali Linux

Last updated: October 06,2024

1. Install "autossh" package

Learn how to install autossh on Kali Linux

$ sudo apt update $ sudo apt install autossh

2. Uninstall "autossh" package

Please follow the guidelines below to uninstall autossh on Kali Linux:

$ sudo apt remove autossh $ sudo apt autoclean && sudo apt autoremove

3. Information about the autossh package on Kali Linux

Package: autossh
Source: autossh (1.4g-1)
Version: 1.4g-1+b1
Installed-Size: 92
Maintainer: Axel Beckert
Architecture: amd64
Depends: openssh-client | ssh-client, libc6 (>= 2.14)
Enhances: openssh-client, ssh-client
Size: 35356
SHA256: 3e890599832cce5e6c8c858119995695f0ec859afe2bbe31ec306af769162474
SHA1: 570873292eb5486a391fe436b3c4393d7040605a
MD5sum: c69faa35fc0e71c817c149266fe137af
Description: Automatically restart SSH sessions and tunnels
autossh is a program to start an instance of ssh and monitor it, restarting it
as necessary should it die or stop passing traffic. The idea is from rstunnel
(Reliable SSH Tunnel), but implemented in C. Connection monitoring is done
using a loop of port forwardings. It backs off on the rate of connection
attempts when experiencing rapid failures such as connection refused.
Description-md5:
Homepage: https://www.harding.motd.ca/autossh/
Tag: implemented-in::c, interface::daemon, network::hiavailability,
network::server, protocol::ssh, role::program, use::login, use::monitor
Section: net
Priority: optional
Filename: pool/main/a/autossh/autossh_1.4g-1+b1_amd64.deb