Skip to main content

No project description provided

Project description

ρυφλοπόντικας

pyflop creates SSH tunnels using dummy interfaces (so multiple tunnels may use the same port).

This is achieved by adding a dummy interface (pyflopX) with an IPv4 IP in the range 10.10.0.0/24 and SSH to create the actual tunnels.

It might be desired to allow users to bind to restricted ports to make this even more usable. You can either do this system wide:

echo 'net.ipv4.ip_unprivileged_port_start=0' > /etc/sysctl.d/50-unprivileged-ports.conf
sysctl --system

Or just allow SSH to bind to privileged ports:

setcap CAP_NET_BIND_SERVICE=+eip /your/ssh/binary

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyflop-1.0.0.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

pyflop-1.0.0-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page