Hi all,

I want to forward packets between two hosts, in a dedicated network. The connection by default is with SSH tunneling. Unfortunately this overload the cpu and also the things go slow. Given the fact that i can't disable the ssh (because it is enable by default of the service that i use), I was wondering if there is a way to override ssh with netcat/nc and how i can do that.

Thanks