SSH Forward Daemon
Project description
SSH port forwarder daemon
Daemon
Install forwarderd[daemon]
and run forwarderd.__main__
any suitable way
Example for Linux, will create systemd service "forwarderd":
mkdir forwarderd
cd forwarderd
python3 -m venv . # python version should be 3.7 or higher
source bin/activate
python3 -m pip install pip --upgrade
python3 -m pip install pip forwarderd[daemon]
python3 -m forwarderd --systemd-install
systemctl start forwarderd
Usage
Install forwarderd
, then request tunnel spawn such way
from forwarderd import spawn_tunnel, SpawnTunnelRequest
spawn_resp = await spawn_tunnel(
SpawnTunnelRequest(
ssh_addr='hostname:port', # port is optional, 22 by default
ssh_user='user',
ssh_identity_file='/root/.ssh/forward_key', # must be accessible for daemon
remote_addr='localhost:80',
)
)
spawn_resp.host # local bind host
spawn_resp.port # local bind port
If local_addr not specified, host is localhost
and
paramiko will decide which port to use
There is also Go client
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
forwarderd-13a2.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file forwarderd-13a2.tar.gz
.
File metadata
- Download URL: forwarderd-13a2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.27.1 setuptools/60.5.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38080ac732203c08d521763e51a55137a174675b6f5e77f3733923d0ce77aec2 |
|
MD5 | caabccc1e00d3d55d9218ff2416a73da |
|
BLAKE2b-256 | 2d93b518a1dcf1e28bf726bc140ef2aee887608982152b37f60745e17cb4147a |
File details
Details for the file forwarderd-13a2-py3-none-any.whl
.
File metadata
- Download URL: forwarderd-13a2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.27.1 setuptools/60.5.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8684919c0aa3d638c1ed5b5d59254287eba9da50263c9ec60033b7e43962a680 |
|
MD5 | 37efe12f55dcfb0f13e1f62333fa2635 |
|
BLAKE2b-256 | efc4032eee8edd82834894b831d48b492348547c520e2d0224ae93d4405f4e83 |