ρυφλοπόντικας
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
Release files for pyflop 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyflop-1.1.2.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyflop-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.0 kB
Release files / pyflop-1.1.2.tar.gz
| Download URL | pyflop-1.1.2.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bea186d1523f222a7e8c4ad1003867f5e5fb8a08a52883d8ca5bcaafeec06469
|
|
BLAKE2b-256 checksum How to use checksums |
b5597a1af89850994070ef609a0cc0ef38d8f156d2559fe76287a280b0acb578
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / pyflop-1.1.2-py3-none-any.whl
| Download URL | pyflop-1.1.2-py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afa400cf423690e3547b994e3eb78711fea082488b60010f676c2184ffcb6e6e
|
|
BLAKE2b-256 checksum How to use checksums |
ecb40d10557b53a3d3f5565e9b1c60cd890899bffe142261f55b8ec5e81f63a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|