Hi Peter On Thu, Mar 23, 2006 at 07:49:56PM +0900, Peter Ertl wrote: > the 'daemon' is just ssh which you already have. > there will be no additional executables when you use tunneling, > just secure shell on port 22 (or whatever). tunneling is configured > in the client and can be allowed/forbidden on the server side. Well.. yeah, there's no need for an additional daemon on the outside, but a daemon at the beginning of the session would be needed (although it could be shut down shortly later). Eg $ ssh -L 4444:localhost:4444 'drb.rb drb://localhost:4444' This would work quite well, but the drb port would be accessible by local processes. Reto Schuettel