# Rebound Serveur utilisant le protocole SSH pour créer des tunnels TCP/IP. ## Usage ### Ouvrir un tunnel sur un port local ```shell ssh -R 0:: root@rebound.lookingfora.name -p 2222 ``` ### Se connecter à un tunnel ouvert ``` ssh -L :0.0.0.0:1 @rebound.lookingfora.name -p 2222 ``` Vous pourrez ensuite accéder au service sur `127.0.0.1:` comme si c'était `:`.