<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technoblog.org &#187; enable ssh on ESXi 3.5</title>
	<atom:link href="http://technoblog.org/tag/enable-ssh-on-esxi-35/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Mon, 23 Aug 2010 07:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto: enable ssh on ESXi 3.5</title>
		<link>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/</link>
		<comments>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:48:14 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[enable ssh on ESXi 3.5]]></category>
		<category><![CDATA[ESXi 3.5]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=27</guid>
		<description><![CDATA[By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?
First, get shell access on the console: Howto: ESXi shell access
Then:
1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.
2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;
3. Move the marker over the &#8220;#&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?</p>
<p>First, get shell access on the console: Howto: <a href="http://technoblog.org/2008/08/howto-esxi-shell-access/">ESXi shell access</a></p>
<p>Then:</p>
<p>1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.</p>
<p>2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;</p>
<p>3. Move the marker over the &#8220;#&#8221; and press &#8220;x&#8221;.</p>
<p>4. Press &#8220;Escape&#8221; and write &#8220;:wq&#8221;, then press &#8220;enter&#8221;.</p>
<p>5. Type &#8220;/sbin/services.sh restart&#8221; and press &#8220;Enter&#8221;. Note: If you are running ESXi 3.5 Update 2, the services.sh no longer restarts the inetd process. You will have to manually kill the inetd process, in order to restart it and enable ssh access without a reboot.  Type &#8220;ps | grep inetd&#8221; and press &#8220;enter&#8221;. You will then see something similiar to &#8220;1289 1289 busybox              inetd&#8221;. Then write &#8220;kill -HUP 1289&#8243;, and remember to write the number &#8220;ps | grep inetd&#8221; returns to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
