Thanks, Arie. 2009/12/8 Arie Skliarouk <[email protected]>: > Hi, > > On Tue, Dec 8, 2009 at 17:24, Constantine Shulyupin > <[email protected]> wrote: > for simple protocols (http, scp) you can use reverse port forwarding feature > of ssh: > Run on the server following: > ssh -R 9922:127.0.0.1:22 [email protected] > > Causes ssh to login into [email protected], listen for connections > on > port 9922 on the remote machine and forward them to 127.0.0.1:22 (back > to the server) > > Then you will be able to ssh into the server from the client by ssh'ing into > port 9922 on the client. > > -- > Arie > > > _______________________________________________ > Linux-il mailing list > [email protected] > http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il > >
-- Constantine Shulyupin Embedded Linux Expert TI DaVinci Expert Tel-Aviv Israel http://www.LinuxDriver.co.il/ _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
