LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   TightVnc & Putty (https://www.linuxquestions.org/questions/linux-newbie-8/tightvnc-and-putty-507537/)

swamprat 12-04-2006 08:53 PM

TightVnc & Putty
 
Hello,

I know these questions have come up before and I have read the various threads about TightVnc pub haven't found a good answer to my questions.

I found Putty and TightVNC on a W2K machine and I want to connect to my Linux machine.

Do I use Putty, VNC or both to do this. If it's one or the other which is perferred?

Why would one want the two of them on his machine.

Thanks. :study: :study: :study:

ryedunn 12-04-2006 09:07 PM

most people are going to tell you to use putty to connect via ssh (ie a secure telnet) which is preferred if what you need to do can be done via command line. If youre trying to learn, play around, or must be in the GUI to accomplish a particular task, I would suggest using VNC. By default VNC is not encrypted so personally I use both to encrypt the VNC session through the ssh session, but thats another topic.

swamprat 12-05-2006 10:09 AM

Thanks rydunn,

***By default VNC is not encrypted so personally I use both to encrypt the VNC session through the ssh session, but thats another topic. ***

I don't quite understand what you mean by the above. Does this mean that first you bring up putty then use VNC? If you could clear up this I sure would appreciate it. thanks again.

ryedunn 12-05-2006 11:45 AM

Since VNC runs over a simple single TCP/IP socket, you can tunnel it through an SSH connection.

You will need to do some configuring to Putty to allow this, but yes bring up putty then VNC. You can close your VNC ports now (5900-5999) since they are no longer needed (ie you will be going through the SSH tunnel on whatever port that was setup on (default is 23))

http://wheatstraw.is-a-geek.org/VNC%...Tunneling.html


All times are GMT -5. The time now is 01:45 AM.