How to Install and Uninstall sshuttle Package on openSUSE Leap

Last updated: May 15,2024

1. Install "sshuttle" package

Please follow the instructions below to install sshuttle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sshuttle

2. Uninstall "sshuttle" package

Please follow the guidance below to uninstall sshuttle on openSUSE Leap:

$ sudo zypper remove sshuttle

3. Information about the sshuttle package on openSUSE Leap

Information for package sshuttle:
---------------------------------
Repository : Update repository of openSUSE Backports
Name : sshuttle
Version : 1.1.1-bp155.2.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 448.6 KiB
Installed : No
Status : not installed
Source package : sshuttle-1.1.1-bp155.2.3.1.src
Upstream URL : https://github.com/sshuttle/sshuttle
Summary : VPN over an SSH tunnel
Description :
Transparent proxy server that works as a poor man's VPN. Forwards over ssh.
Doesn't require admin. Supports DNS tunneling.
sshuttle is a program that solves the following case:
- You have access to a remote network via ssh.
- You don't necessarily have admin access on the remote network.
- The remote network has no VPN, or only complex VPN
protocols (IPsec, PPTP, etc).
- You don't want to create an SSH port forward for every
single host/port on the remote network.
- You can't use openssh's PermitTunnel feature because
it's disabled by default on openssh servers; plus it does
TCP-over-TCP, which has terrible performance.