On Thu, 14 Jan 2021, Tim Woodall via GLLUG wrote:

In

ssh -N -L 8080:webserver:80 gateway

Is there any way to specify which interface should be bound on gateway other than by changing the routing table on gateway?

I found
https://unix.stackexchange.com/questions/16057/use-ssh-with-a-specific-network-interface

And my ssh manpage has indeed got a -b to change the bind address on
your initial outgoing connection and also -B to change bind interface.
The rest about binding for the listening onb a fwd is indeed not helping your
cause.

 - Damion

--
GLLUG mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/gllug

Reply via email to