2023-09-25 22:12:14 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2024-02-28 09:25:53 +01:00
2024-02-28 09:25:53 +01:00

Rebound

An TCP tunneling server requiring only a SSH client.

Usage

We want to access <local_address>:<local_port> from machine A's network as <target_port> on machine B.

Opening the tunnel on machine A

ssh -R 0:<local_address>:<local_port> root@rebound-server -p 80

Connecting to the tunnel on machine B

ssh -L <target_port>:0.0.0.0:1 <secret>@rebound-server -p 80

Licence

AGPL-3.0

Description
Service permettant de créer des tunnels SSH entre 2 machines derrière un NAT
go
Readme 134 KiB
Languages
Go 80.3%
HTML 8.5%
Shell 5.1%
Makefile 5%
Dockerfile 1.1%