<?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>Erning.write() &#187; vmware</title>
	<atom:link href="http://erning.net/tags/vmware/feed" rel="self" type="application/rss+xml" />
	<link>http://erning.net</link>
	<description>Reloading</description>
	<lastBuildDate>Fri, 18 Jun 2010 18:05:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HOW-TO: ESXi and SSH</title>
		<link>http://erning.net/archives/how-to-open-ssh-service-on-vmware-exsi4</link>
		<comments>http://erning.net/archives/how-to-open-ssh-service-on-vmware-exsi4#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:05:40 +0000</pubDate>
		<dc:creator>erning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://erning.net/?p=151</guid>
		<description><![CDATA[每次ESXi要在服务器上开启SSH服务，总是忘记具体操作方法，都要去google才行，这里记录一下。 1. Go to the ESXi console and press alt+F1 2. Type: unsupported 3. Enter the root password(No prompt, typing is blindly) 4. At the prompt type “vi /etc/inetd.conf” 5. Look for the line that starts with “#ssh” (you can search with pressing “/”) 6. Remove the “#” (press the “x” if the cursor is [...]]]></description>
			<content:encoded><![CDATA[<p>每次ESXi要在服务器上开启SSH服务，总是忘记具体操作方法，都要去google才行，这里记录一下。</p>
<blockquote><p>
 1. Go to the ESXi console and press alt+F1<br />
 2. Type: unsupported<br />
 3. Enter the root password(No prompt, typing is blindly)<br />
 4. At the prompt type “vi /etc/inetd.conf”<br />
 5. Look for the line that starts with “#ssh” (you can search with pressing “/”)<br />
 6. Remove the “#” (press the “x” if the cursor is on the character)<br />
 7. Save “/etc/inetd.conf” by typing “:wq!”<br />
 8. Restart the management service “/sbin/services.sh restart”
</p></blockquote>
<p>用下面的方法可以避免重新启动机器</p>
<blockquote><p>
8. Restart the management service “/sbin/services.sh restart”<br />
10 – Kill inetd : kill `ps | grep inetd | cut -f2 -d” “‘<br />
11 – Start inetd: inetd
</p></blockquote>
<p> 参考：<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1003677">VMWare KB: Tech Support Mode for Emergency Support</a></p>
]]></content:encoded>
			<wfw:commentRss>http://erning.net/archives/how-to-open-ssh-service-on-vmware-exsi4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
