<?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>Ali Aboosaidi &#187; ESX/ESXi</title>
	<atom:link href="http://insanelabs.com/tag/esx-esxi/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Tue, 08 Nov 2011 21:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>VMware ESX and ESXi &#8211; tips and tricks</title>
		<link>http://insanelabs.com/vmware/vmware-esx-and-esxi-tips-and-tricks/</link>
		<comments>http://insanelabs.com/vmware/vmware-esx-and-esxi-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:37:04 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX/ESXi]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=191</guid>
		<description><![CDATA[To clear connection history in VIC go to regedit and delete the line &#8220;RecentConnections&#8221; from HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences. To allow root access to logon through ssh in ESX: Logon to console as root Edit sshd_config: nano /etc/ssh/sshd_config and change &#8220;PermitRootLogin&#8221; from “no” to “yes” Restart ssh: service sshd restart To allow root access to logon [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/debian/linux-debian-etch-x64-and-vmware-server-cannot-connect-to-host-xxxx-no-connection-could-be-made-because-the-target-machine-actively-refused-it/" rel='bookmark' title='Debian: Etch x64 and VMware Server Cannot connect to host x.x.x.x: No connection could be made because the target machine actively refused it.' class="liinternal">Debian: Etch x64 and VMware Server Cannot connect to host x.x.x.x: No connection could be made because the target machine actively refused it.</a></li>
<li><a href="http://insanelabs.com/vmware/vmware-install-intel-et-82575-and-82576-drivers-on-esx-4-vsphere/" rel='bookmark' title='VMware: Install Intel ET 82575 and 82576 drivers on ESX 4 vSphere' class="liinternal">VMware: Install Intel ET 82575 and 82576 drivers on ESX 4 vSphere</a></li>
<li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To clear connection history in VIC go to regedit and delete the line &#8220;RecentConnections&#8221; from HKEY_CURRENT_USER\Software\VMware\VMware Infrastructure Client\Preferences.</p>
<p>To allow root access to logon through ssh in ESX:</p>
<ul>
<li>Logon to console as root</li>
<li>Edit sshd_config: <span style="color: #ff6600;">nano /etc/ssh/sshd_config</span> and change &#8220;PermitRootLogin&#8221; from “no” to “yes”</li>
<li>Restart ssh: <span style="color: #ff6600;">service sshd restart</span></li>
</ul>
<p>To allow root access to logon through ssh in ESXi:</p>
<ul>
<li>Open console and press Alt+F1</li>
<li>Type &#8220;unsupported&#8221; and enter root password to log on</li>
<li>Open inetd.conf in vi: <span style="color: #ff6600;">vi /etc/inetd.conf</span></li>
<li>Find the line that starts with #ssh, uncomment, save and close the file, and then restart services on your ESXi server: <span style="color: #ff6600;">/sbin/services.sh restart</span></li>
</ul>
<p>To allow non-root access to logon through ssh in ESXi:</p>
<ul>
<li>Log on to console: press Alt-F1 (or through root ssh)</li>
<li>Edit inetd.conf: <span style="color: #ff6600;">vi /etc/inetd.conf</span></li>
<li>Find this line: <span style="color: #ff6600;">&#8220;ssh stream tcp nowait root /sbin/dropbearmulti dropbear ++min=0,swap,group=shell -i&#8221;</span> and add <span style="color: #ff6600;">-w</span> to the end. Save and close the file.</li>
<li>Create the new users and home directory: <span style="color: #ff6600;">useradd -d /home/username -P username</span></li>
<li>Reboot</li>
</ul>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/debian/linux-debian-etch-x64-and-vmware-server-cannot-connect-to-host-xxxx-no-connection-could-be-made-because-the-target-machine-actively-refused-it/" rel='bookmark' title='Debian: Etch x64 and VMware Server Cannot connect to host x.x.x.x: No connection could be made because the target machine actively refused it.' class="liinternal">Debian: Etch x64 and VMware Server Cannot connect to host x.x.x.x: No connection could be made because the target machine actively refused it.</a></li>
<li><a href="http://insanelabs.com/vmware/vmware-install-intel-et-82575-and-82576-drivers-on-esx-4-vsphere/" rel='bookmark' title='VMware: Install Intel ET 82575 and 82576 drivers on ESX 4 vSphere' class="liinternal">VMware: Install Intel ET 82575 and 82576 drivers on ESX 4 vSphere</a></li>
<li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/vmware/vmware-esx-and-esxi-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

