# Rebound An TCP tunneling server requiring only a SSH client. ## Usage We want to access `:` from machine A's network as `` on machine B. ### Opening the tunnel on machine A ```shell ssh -R 0:: root@rebound-server -p 80 ``` ### Connecting to the tunnel on machine B ```shell ssh -L :0.0.0.0:1 @rebound-server -p 80 ``` ## Licence [AGPL-3.0](./LICENCE)