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.
- Versions: 1.1.2
- Website: https://github.com/sshuttle/sshuttle
- Licenses: LGPL 2.0
- Package source: gnu/packages/vpn.scm
- Builds: See build status
- Issues: See known issues
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
HTML: <a href='http://127.0.0.1:3000/packages/sshuttle/'><img src='http://127.0.0.1:3000/packages/sshuttle/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/sshuttle/badges/latest-version.svg)](http://127.0.0.1:3000/packages/sshuttle/) Org: [[http://127.0.0.1:3000/packages/sshuttle/][http://127.0.0.1:3000/packages/sshuttle/badges/latest-version.svg]]