How to Install and Uninstall sidedoor Package on Kali Linux

Last updated: May 15,2024

1. Install "sidedoor" package

Please follow the steps below to install sidedoor on Kali Linux

$ sudo apt update $ sudo apt install sidedoor

2. Uninstall "sidedoor" package

This is a short guide on how to uninstall sidedoor on Kali Linux:

$ sudo apt remove sidedoor $ sudo apt autoclean && sudo apt autoremove

3. Information about the sidedoor package on Kali Linux

Package: sidedoor
Version: 0.2.1-1.2
Installed-Size: 52
Maintainer: Dara Adib
Architecture: all
Depends: adduser, lsb-base (>= 3.0-6), openssh-client
Recommends: openssh-server
Suggests: sidedoor-sudo
Size: 12452
SHA256: 597b3e0da9f5a7a9acbd5471cce21eb7cfcb89951b5692df68f0c341166b92a0
SHA1: ce75be6a015140c83b7c2416231421aff38990a1
MD5sum: 0d978c7191abbf6074f6d531272d3457
Description: SSH connection daemon
sidedoor maintains an SSH connection or tunnel
with a shell script daemon.
.
The primary use case is maintaining a remote port forward
to the local SSH server (or another port). Thus, the local
device can be accessed without using incoming connections
that may be blocked by a NAT or firewall or otherwise
impractical with mobile devices.
.
SSH clients can connect to the device via the reverse SSH proxy
that sidedoor tunnels to. This proxy server can be untrusted
and run by a third party or cloud service.
.
sidedoor enables SSH keepalives and retries SSH with
exponential backoff. In order to reconnect as soon as possible,
it resets the backoff when a network interface is brought up
(or changed).
.
Refer to the sidedoor man page to configure and set SSH keys.
Description-md5:
Homepage: https://github.com/daradib/sidedoor
Tag: admin::login, implemented-in::shell, interface::commandline,
interface::daemon, network::client, network::hiavailability,
network::server, network::vpn, protocol::ssh, protocol::tcp,
role::program, security::authentication, security::cryptography,
use::login, use::monitor, use::proxying, use::routing,
use::transmission, works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/s/sidedoor/sidedoor_0.2.1-1.2_all.deb