« Return to Thread: ssh -L syntax question

Re: ssh -L syntax question

by Gerardo H. Fisanotti :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

It depends on how the host at server.me.org resolvs the name
"server.me.org" and wether the service listening on port 5900 listens on
every interface or only on the loopback interface.
Basically if the remote host can resolve "server.me.org" as one of its
own interfaces and the service on port 5900 listens on every interface,
there would be no difference amog your two examples.

Best regards,


Gerardo H. Fisanotti
DvSHyS - Div. Soporte de Hardware y Software de Base
gfisanotti@...

grandsatrap wrote:

>
> What is the difference between ssh -L 2000:localhost:5900
> frank@...
> and
> ssh -L 2000:server.me.org:5900 frank@... ?
> --
> View this message in context:
> http://www.nabble.com/ssh--L-syntax-question-tp16039054p16039054.html
> Sent from the SSH (Secure Shell) mailing list archive at Nabble.com.
>
>

 « Return to Thread: ssh -L syntax question