How to Install and Uninstall sshuttle Package on Kali Linux

Last updated: May 15,2024

1. Install "sshuttle" package

Learn how to install sshuttle on Kali Linux

$ sudo apt update $ sudo apt install sshuttle

2. Uninstall "sshuttle" package

Here is a brief guide to show you how to uninstall sshuttle on Kali Linux:

$ sudo apt remove sshuttle $ sudo apt autoclean && sudo apt autoremove

3. Information about the sshuttle package on Kali Linux

Package: sshuttle
Version: 1.1.2-1
Installed-Size: 754
Maintainer: Brian May
Architecture: all
Depends: iptables | nftables, openssh-client | lsh-client | dropbear | ssh-client, python3-pkg-resources, python3-distutils, python3:any, libjs-sphinxdoc (>= 7.2.2)
Recommends: sudo
Suggests: autossh
Size: 112476
SHA256: f3f5fcfd428ea931eba7296d8a99dfa3b952fcbaca04858eda14e701cb8f02f0
SHA1: c1a33b59b0bcfdd4a2f67fbe76b311c5ad2c6c58
MD5sum: c4f85adf5e4c13f6904c67c08a9d5033
Description: Transparent proxy server for VPN over SSH
Sshuttle makes it possible to access remote networks using SSH. It creates a
transparent proxy server, using iptables, that will forward all the traffic
through an SSH tunnel to a remote copy of sshuttle.
.
It does not require installation on the remote server, which just needs to
have Python installed.
Description-md5:
Homepage: https://github.com/sshuttle/sshuttle
Tag: interface::daemon, network::server, network::vpn, protocol::ssh,
role::program, use::proxying
Section: net
Priority: optional
Filename: pool/main/s/sshuttle/sshuttle_1.1.2-1_all.deb