<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Chicken_of_the_VNC</id>
	<title>Chicken of the VNC - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Chicken_of_the_VNC"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Chicken_of_the_VNC&amp;action=history"/>
	<updated>2026-06-20T08:23:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Chicken_of_the_VNC&amp;diff=2257&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;=Connecting to a VNC Server=  ==Insecure Connection==  ==Secure Connection (SSH Tunneling)==  See also: SSH#SSH Tunnels  ===First step: Create SSH tunnel===  To connect to a ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Chicken_of_the_VNC&amp;diff=2257&amp;oldid=prev"/>
		<updated>2011-05-20T23:45:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Connecting to a VNC Server=  ==Insecure Connection==  ==Secure Connection (SSH Tunneling)==  See also: &lt;a href=&quot;/wiki/SSH#SSH_Tunnels&quot; title=&quot;SSH&quot;&gt;SSH#SSH Tunnels&lt;/a&gt;  ===First step: Create SSH tunnel===  To connect to a ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Connecting to a VNC Server=&lt;br /&gt;
&lt;br /&gt;
==Insecure Connection==&lt;br /&gt;
&lt;br /&gt;
==Secure Connection (SSH Tunneling)==&lt;br /&gt;
&lt;br /&gt;
See also: [[SSH#SSH Tunnels]]&lt;br /&gt;
&lt;br /&gt;
===First step: Create SSH tunnel===&lt;br /&gt;
&lt;br /&gt;
To connect to a VNC securely, the VNC connection can be passed through an SSH tunnel.  To create an SSH tunnel from port 5900 on the local machine to port 5901 on the remote machine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
ssh   -c blowfish-cbc   -L 5900:localhost:5901  user@remotemachine &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(the blowfish-cbc cipher is faster, making it easier to use VNC).&lt;br /&gt;
&lt;br /&gt;
Typically, VNC connections happen on ports between 5900 and 5910.&lt;br /&gt;
&lt;br /&gt;
===Second step: Connect with COTVNC===&lt;br /&gt;
&lt;br /&gt;
To connect to remotemachine&amp;#039;s VNC server, you&amp;#039;ll tell Chicken of the VNC to connect to localhost, port 5900.  Thanks to the SSH tunnel, anything going into/out of localhost port 5900 is passed through the SSH tunnel to the remotemachine&amp;#039;s host 5901.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>