On Thu, Sep 23, 2004 at 06:19:32PM +0200, Ralf Gesel|ensetter wrote: > Am Dienstag 21 September 2004 20:03 schrieb Ralf Gesel|ensetter: > > To be continued > > Q: How can I create an ssh tunnel in order to access wlus remotely? > A: Imagine, you can access tjener remotely via IP 1.2.3.4, then login by > entering "ssh -L 10000:localhost:9999 [EMAIL PROTECTED]" in a comman line. > Type > the root password at the prompt. Afterwards you can access wlus in a local > browser via URL https://localhost:10000
well, you have to use ssh -L <someport>:localhost:10000 [EMAIL PROTECTED] end then you may connect to https://localhost:<someport> To do this as a normal user, you have to use <someport> greater then 1024 I normally uses 10022, since i might run webmin already at 10000 -- Finn-Arne Johansen [EMAIL PROTECTED] http://bzz.no/

