adisbladis / activated-tunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket activated SSH tunnels

Motivation

I want to use the equivalent of ssh -L and ssh -D but socket activated.

This project is supposed to run in the context of a systemd unit. For usage see activated-tunnel --help.

Hacking

go build
systemfd -s 5001 -- ./activated-tunnel

About


Languages

Language:Nix 51.5%Language:Go 48.5%