[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FAQ splinters



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  root@1.2.3.4" 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 someuser@1.2.3.4
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 
faj@bzz.no
http://bzz.no/



Reply to: