11 Feb
2001
11 Feb
'01
10:08 p.m.
Dimitris Andrakakis wrote:
Hello all, I've been using SSH for some time for remote logins and administration. Can anyone tell me if it's possible to create an incoming/outgoing tunnel, and /manage Zope through it ?
I do it all the time by using zope on port 7080 on internal address 192.168.10.2 and doing ssh -C -L 7080:192.168.10.2:7080 gateway.mynet.ee while the ssh session is running I can connect to localhost:7080 to access remote zope --------- Hannu