Displaying 1 result from an estimated 1 matches for "public_server".
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
...s issue (that is a bit hard to explain and then replicate) we
have three actors:
- an ssh/sshd in an home connection behind nat (home/10.10.0.1)
- a public sshd server
- a ssh client
To have a way to reach my home connection when I'm outside, I do from
home connection something like:
ssh -C -N PUBLIC_SERVER -R 29022:127.0.0.1:22
To reach home from a client when I'm outside I'm doing:
ssh -D1080 -A -J PUBLIC_SERVER root at 127.0.0.1 -p29022
then, I'm logged in into the device at home/10.10.0.1
So at this point, if I want to reach a device into the 10.10.0.1/24
network I'm doing (with...