2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00
2023-09-12 08:03:34 -06:00

Rebound

Serveur utilisant le protocole SSH pour créer des tunnels TCP/IP.

Usage

Ouvrir un tunnel sur un port local

ssh -R 0:<target_address>:<target_port> root@rebound.lookingfora.name -p 2222

Se connecter à un tunnel ouvert

ssh -L <local_port>:0.0.0.0:1 <secret>@rebound.lookingfora.name -p 2222

Vous pourrez ensuite accéder au service sur 127.0.0.1:<local_port> comme si c'était <target_address>:<target_port>.

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%