<?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: Gaining SSH Access To VMWare ESXi</title>
	<atom:link href="http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/feed/" rel="self" type="application/rss+xml" />
	<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Mon, 23 Aug 2010 17:27:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: chris richardson</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-7259</link>
		<dc:creator>chris richardson</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-7259</guid>
		<description>Chris - did you get xymon installed on host?</description>
		<content:encoded><![CDATA[<p>Chris &#8211; did you get xymon installed on host?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaxx</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-1296</link>
		<dc:creator>Jaxx</dc:creator>
		<pubDate>Fri, 20 Mar 2009 11:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-1296</guid>
		<description>thanks dude works well. did the ssh thing and then cloned the drive. all went fine. Been trying all week before I came across your blog. thanks again</description>
		<content:encoded><![CDATA[<p>thanks dude works well. did the ssh thing and then cloned the drive. all went fine. Been trying all week before I came across your blog. thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-1203</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-1203</guid>
		<description>I&#039;ve never tried Xymon. I usually stick to nagios, but I&#039;m looking into zabbix at the moment, hard to understand at first but really powerful.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never tried Xymon. I usually stick to nagios, but I&#8217;m looking into zabbix at the moment, hard to understand at first but really powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-1186</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 17 Mar 2009 00:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-1186</guid>
		<description>I just did this - and rebooting Host (instead of looking for running proc&#039;s - cuz the pipe was not working... Update 5 ESXi arg!) worked fine... now I can SSH in.

Now... to get Xymon working on that console.... :)</description>
		<content:encoded><![CDATA[<p>I just did this &#8211; and rebooting Host (instead of looking for running proc&#8217;s &#8211; cuz the pipe was not working&#8230; Update 5 ESXi arg!) worked fine&#8230; now I can SSH in.</p>
<p>Now&#8230; to get Xymon working on that console&#8230;. <img src='http://geektank.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-402</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-402</guid>
		<description>You need to make sure that you restart inetd. Type the following.

ps &#124; grep inetd

And it should display this.

/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d # ps &#124; grep inetd        
1294 1294 busybox              inetd

Then type &quot;kill -HUP 1294&quot; or you can restart the vmware host machine, but that will bring down your guest operating systems.

Cheers,</description>
		<content:encoded><![CDATA[<p>You need to make sure that you restart inetd. Type the following.</p>
<p>ps | grep inetd</p>
<p>And it should display this.</p>
<p>/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d # ps | grep inetd<br />
1294 1294 busybox              inetd</p>
<p>Then type &#8220;kill -HUP 1294&#8243; or you can restart the vmware host machine, but that will bring down your guest operating systems.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-401</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-401</guid>
		<description>Hi, 

Ive been trying this for about 3 days and Im still not able to connect myself with ssh client from another workstation...

I uncomented the line in te inetd.conf but this doesnt seems to work for me....I see that the dropbearmulti is the ssh server, but it doesnt seems to be started even if I reboot or restart the services.....

PLEASE HELP!!!

Seb</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Ive been trying this for about 3 days and Im still not able to connect myself with ssh client from another workstation&#8230;</p>
<p>I uncomented the line in te inetd.conf but this doesnt seems to work for me&#8230;.I see that the dropbearmulti is the ssh server, but it doesnt seems to be started even if I reboot or restart the services&#8230;..</p>
<p>PLEASE HELP!!!</p>
<p>Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowTo Clone a Virtual Machine On VMWare&#8217;s free ESXi &#124; GeekTank</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/comment-page-1/#comment-326</link>
		<dc:creator>HowTo Clone a Virtual Machine On VMWare&#8217;s free ESXi &#124; GeekTank</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://geektank.net/?p=4422#comment-326</guid>
		<description>[...] GeekTank Just another WordPress weblog      &#171; Gaining SSH Access To VMWare ESXi [...]</description>
		<content:encoded><![CDATA[<p>[...] GeekTank Just another WordPress weblog      &laquo; Gaining SSH Access To VMWare ESXi [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
