LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Why does vncviewer use ssh -L? (https://www.linuxquestions.org/questions/linux-networking-3/why-does-vncviewer-use-ssh-l-901184/)

dman777 09-05-2011 03:07 AM

Why does vncviewer use ssh -L?
 
After studying ssh -L, why does vncviewer use ssh -L to foward a local port to connect instead of vncviewer just uing a normal ssh name@server?

acid_kewpie 09-05-2011 04:42 AM

becuase -L is how you forward a port. just sshing directly won't help, unless you're thinking about X forward and the likes, which is not what this is about. this is for generic TCP tunneling for security.


All times are GMT -5. The time now is 08:05 PM.