Kapil Hari Paranjape wrote:
> 1. Creating a secure tunnel to your server machine.
> 
>    Normally this is done by giving your server machine a publicly
>    accessible WAN address a.b.c.d and starting the ssh daemon on it.
>    Then from the client machine you run
>      ssh -L NNNN:localhost:MMMM -f -q -N a.b.c.d
>    This starts a tunnel which connects from the client machine port
>    NNNN to the port MMMM on the server machine.

Hm, shouldn't that be NNNN:remotehost:MMMM ?

Sujith
-- 
http://sujith-m.blogspot.com
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to