<?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: HOWTO: ESXi and SSH</title>
	<atom:link href="http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Wed, 17 Mar 2010 18:53:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: VMware ESXi 4: &#8220;Unable to access file [...] since it is locked&#8221; beim Starten einer virtuellen Maschine &#171; layer9.</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-6634</link>
		<dc:creator>VMware ESXi 4: &#8220;Unable to access file [...] since it is locked&#8221; beim Starten einer virtuellen Maschine &#171; layer9.</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-6634</guid>
		<description>[...] der lokalen Anmeldung ist außerdem die Einrichtung von SSH möglich. Nach erfolgreicher Authentifizierung sollte die Eingabeaufforderung [...]</description>
		<content:encoded><![CDATA[<p>[...] der lokalen Anmeldung ist außerdem die Einrichtung von SSH möglich. Nach erfolgreicher Authentifizierung sollte die Eingabeaufforderung [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-6226</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-6226</guid>
		<description>Black:

Add to /etc/rc.local -&gt;

mkdir /.ssh
cp /vmfs/volumes/[somedatastore1]/authorized_keys /.ssh/
chmod -R 600 /.ssh

You will need to add the public key from the host you need to connect from to the file /vmfs/volumes/[somedatastore1]/authorized_keys

This file will reside on a datastore, the root homedir resides on ramdisk, so you need to copy it over every time you reboot.

Good luck</description>
		<content:encoded><![CDATA[<p>Black:</p>
<p>Add to /etc/rc.local -&gt;</p>
<p>mkdir /.ssh<br />
cp /vmfs/volumes/[somedatastore1]/authorized_keys /.ssh/<br />
chmod -R 600 /.ssh</p>
<p>You will need to add the public key from the host you need to connect from to the file /vmfs/volumes/[somedatastore1]/authorized_keys</p>
<p>This file will reside on a datastore, the root homedir resides on ramdisk, so you need to copy it over every time you reboot.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max500</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5972</link>
		<dc:creator>Max500</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5972</guid>
		<description>Hello,

can I connect to the ESXi Console (the grey/yellow one) via ssh? I want to customize the System with F2.

Many thanks, Max</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>can I connect to the ESXi Console (the grey/yellow one) via ssh? I want to customize the System with F2.</p>
<p>Many thanks, Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max500</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5971</link>
		<dc:creator>Max500</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5971</guid>
		<description>Hello,

can I connect to the ESXi Console (the grey/yellow one) via ssh? I want to customize the System with .

Many thanks, Max</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>can I connect to the ESXi Console (the grey/yellow one) via ssh? I want to customize the System with .</p>
<p>Many thanks, Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: black</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5969</link>
		<dc:creator>black</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5969</guid>
		<description>how can i add a RSA ID  in .ssh ?

every time i restart the ESXi the .ssh is removed ....
(it is NOT a embedded system) the ESXi is normal installet on a Raid Array) 
i need to have a automatic RSA login to the ESXi ...
plz help :)</description>
		<content:encoded><![CDATA[<p>how can i add a RSA ID  in .ssh ?</p>
<p>every time i restart the ESXi the .ssh is removed &#8230;.<br />
(it is NOT a embedded system) the ESXi is normal installet on a Raid Array)<br />
i need to have a automatic RSA login to the ESXi &#8230;<br />
plz help <img src='http://www.yellow-bricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tang214</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5621</link>
		<dc:creator>tang214</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5621</guid>
		<description>When I perform this modification and then reboot, ESXi does not start back up. It just comes to a screen with a blinking cursor and I am unable to access anything through the VMWare Infrastructure Client or through the physical machine. Has anyone had this happen and how can I fix it? Thanks.</description>
		<content:encoded><![CDATA[<p>When I perform this modification and then reboot, ESXi does not start back up. It just comes to a screen with a blinking cursor and I am unable to access anything through the VMWare Infrastructure Client or through the physical machine. Has anyone had this happen and how can I fix it? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enable ssh on Vmware Esxi3.5 &#124; ThinkOS</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5434</link>
		<dc:creator>Enable ssh on Vmware Esxi3.5 &#124; ThinkOS</dc:creator>
		<pubDate>Sun, 06 Dec 2009 12:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5434</guid>
		<description>[...] 参考这里:http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考这里:http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sai r</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-5329</link>
		<dc:creator>sai r</dc:creator>
		<pubDate>Sun, 29 Nov 2009 05:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-5329</guid>
		<description>thanks a lot, that worked like a charm..</description>
		<content:encoded><![CDATA[<p>thanks a lot, that worked like a charm..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SSH and ESXi &#171; scottie skillet&#8217;s blog</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-4797</link>
		<dc:creator>SSH and ESXi &#171; scottie skillet&#8217;s blog</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-4797</guid>
		<description>[...] http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/" rel="nofollow">http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sureshs</title>
		<link>http://www.yellow-bricks.com/2008/08/10/howto-esxi-and-ssh/comment-page-2/#comment-4570</link>
		<dc:creator>sureshs</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=316#comment-4570</guid>
		<description>I need to run my linux application from the unsupported console. But how to copy my application into the ESXi 4.0 drop box and run it in the unsupported console.</description>
		<content:encoded><![CDATA[<p>I need to run my linux application from the unsupported console. But how to copy my application into the ESXi 4.0 drop box and run it in the unsupported console.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
