Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to vnc to another pc via SSH
#1

to VNC to another computer using ssh (secure) you can do as follows:-

 

why would you want to do this ? because the vnc protocol is not secure in itself and can be sniffed see this quote from the vnc FAQ

 

Quote:Q55 How secure is VNC? 

 
Reply
#2
Yet another great tutorial anyweb very detailes as usual thanks m8 :)
Reply
#3

I dont get prompted for a password I get vncpasswd: error while loading shared libraries..... Any ideas?

 

Cheers

 

Ste

Reply
#4

why the hell havnt i already been using this from work? lol

 

just been playing around with it and realize how easy/smart it is.

 

cheers mate

Reply
#5

Quote:why the hell havnt i already been using this from work? lol  

just been playing around with it and realize how easy/smart it is.

 

cheers mate
 

I LOVE VNC!!!

Reply
#6

and heres a very good windows (putty and realvnc) to linux vnc guide

 

[/url][url=http://martybugs.net/smoothwall/puttyvnc.cgi]http://martybugs.net/smoothwall/puttyvnc.cgi

 

cheers

 

anyweb

Reply
#7

I couldnt get this method working on Debian Etch but this is how I eventually got it working with help from P38.

 

 

HOST MACHINE

 

first uninstall any vnc server you might have running

 

apt-get install x11vnc <-- this is the vnc server

 

 

CLIENT MACHINE

 

ssh -L 5900:localhost:5900 user@remotehost.com <-- this setups up the ssh tunnel from the client machine to the host machine

 

once you are connected to the host machine start up the vncserver with

 

x11vnc

 

 

HOST MACHINE

 

open up a new terminal and type

 

vncviewer localhost::5900

 

you should now have open a VNC session what is being tunneled through ssh!

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)