Difference between revisions of "Ssh tunnel vnc"

From TheBestLinux.com
Jump to navigation Jump to search
(Created page with "'''How to Use VNC Through a Secure Encrypted SSH Connection''' After optionally following the steps in Ssh_ssl_key_login, setup VNC server. First, set the vnc password using...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
After optionally following the steps in [[Ssh_ssl_key_login]], setup VNC server.
 
After optionally following the steps in [[Ssh_ssl_key_login]], setup VNC server.
 
First, set the vnc password using the "vncpasswd" command as follows:
 
First, set the vnc password using the "vncpasswd" command as follows:
 +
<br />
 +
(You won't see anything as you type the password as it's what's known as a "blind password", so that eaves dropping eyes won't see it!)
 
<pre style="color:blue">
 
<pre style="color:blue">
 
[user_name@machine_name user_name]$ vncpasswd
 
[user_name@machine_name user_name]$ vncpasswd

Latest revision as of 04:22, 11 May 2015

How to Use VNC Through a Secure Encrypted SSH Connection

After optionally following the steps in Ssh_ssl_key_login, setup VNC server. First, set the vnc password using the "vncpasswd" command as follows:
(You won't see anything as you type the password as it's what's known as a "blind password", so that eaves dropping eyes won't see it!)

[user_name@machine_name user_name]$ vncpasswd
Password:
Verify:
[user_name@machine_name user_name]$



Then, start the vnc server using the vncserver command: