[TriLUG] SSH question ( 14th )
Jack Hill via TriLUG
trilug at trilug.org
Mon Jun 14 12:38:33 EDT 2021
Apologies if I missed why this wouldn't work. I've only quickly scanned
the thread, but thought of an idea that might be helpful.
For situations like this, I generally use ssh's -D option. The invocation
usually goes something like:
$ ssh -D localhost:8080 user at B
Then I configure my browser to use localhost:8080 as a SOCKS proxy. Now
connections that I make with that browser all go through machine B.
For fancier ssh tunneling, there's always sshuttle
<https://github.com/sshuttle/sshuttle>.
Hope that helps,
Jack
More information about the TriLUG
mailing list