This package browser is in early development. Mind the rough edges.

sshuttle

VPN that transparently forwards connections over SSH

sshuttle creates an encrypted virtual private network (VPN) connection to any remote server to which you have secure shell (SSH) access. The only requirement is a suitable version of Python on the server; administrative privileges are required only on the client. Unlike most VPNs, sshuttle forwards entire sessions, not packets, using kernel transparent proxying. This makes it faster and more reliable than SSH's own tunneling and port forwarding features. It can forward both TCP and UDP traffic, including DNS domain name queries.

Installation

Install the latest version of sshuttle as follows:

guix install sshuttle

Or install a particular version:

guix install sshuttle@1.1.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of sshuttle about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sshuttle'><img src='https://packages.guix.gnu.org/packages/sshuttle/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sshuttle/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sshuttle)

Example Org:

[[https://packages.guix.gnu.org/packages/sshuttle][https://packages.guix.gnu.org/packages/sshuttle/badges/latest-version.svg]]