<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Connect to VMware Server Console Over SSH</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/connect-to-vmware-server-console-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/connect-to-vmware-server-console-over-ssh/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:15:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guy Leech</title>
		<link>http://www.howtogeek.com/howto/linux/connect-to-vmware-server-console-over-ssh/comment-page-1/#comment-46932</link>
		<dc:creator>Guy Leech</dc:creator>
		<pubDate>Wed, 23 Apr 2008 22:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/connect-to-vmware-server-console-over-ssh/#comment-46932</guid>
		<description>To get a decent console connection, use VNC to the VMware Server itself, over SSH forwarded ports. This is not configurable in the GUI in Server (it is in Workstation 6), you have to edit the .vmx file for the relevant VM directly (when the VM is not running). Just add something like the following:

   RemoteDisplay.vnc.enabled = &quot;true&quot;
   RemoteDisplay.vnc.port = &quot;5910&quot;
   RemoteDisplay.vnc.password = &quot;S0mePassw0rd&quot;
   RemoteDisplay.vnc.keymap = &quot;uk&quot;

Then set an SSH port forwarding from say local port 5910 to port 5910 on the VMware Server itself (not the IP of the VM) and use a VNC client to connect to 127.0.0.1:5910. I then keep a list of the ports I use for each VM - obviously you must use different ports for different VMs if you use them concurrently.

This will even let you do a bare &quot;metal&quot; build of the VM since you are not using networking in the VM itself.</description>
		<content:encoded><![CDATA[<p>To get a decent console connection, use VNC to the VMware Server itself, over SSH forwarded ports. This is not configurable in the GUI in Server (it is in Workstation 6), you have to edit the .vmx file for the relevant VM directly (when the VM is not running). Just add something like the following:</p>
<p>   RemoteDisplay.vnc.enabled = &#8220;true&#8221;<br />
   RemoteDisplay.vnc.port = &#8220;5910&#8243;<br />
   RemoteDisplay.vnc.password = &#8220;S0mePassw0rd&#8221;<br />
   RemoteDisplay.vnc.keymap = &#8220;uk&#8221;</p>
<p>Then set an SSH port forwarding from say local port 5910 to port 5910 on the VMware Server itself (not the IP of the VM) and use a VNC client to connect to 127.0.0.1:5910. I then keep a list of the ports I use for each VM &#8211; obviously you must use different ports for different VMs if you use them concurrently.</p>
<p>This will even let you do a bare &#8220;metal&#8221; build of the VM since you are not using networking in the VM itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
