[Zope] Zope & SSH tunelling

Hannu Krosing hannu@tm.ee
Mon, 12 Feb 2001 00:08:04 +0200


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