<?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: VMware VI3 Root Shell Access</title>
	<atom:link href="http://www.virtualizationteam.com/virtualization-vmware/vmware-vi3-root-shell-access.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.virtualizationteam.com/virtualization-vmware/vmware-vi3-root-shell-access.html</link>
	<description>Vmware ESX/ESXi - MS Hyper-V - ESX server; tutorials, how-to, video</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:15:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vmbloggie</title>
		<link>http://www.virtualizationteam.com/virtualization-vmware/vmware-vi3-root-shell-access.html/comment-page-1#comment-57</link>
		<dc:creator>vmbloggie</dc:creator>
		<pubDate>Tue, 15 Jul 2008 15:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualizationteam.com/?p=35#comment-57</guid>
		<description>Hi funek,

Thanks for the great contribution.

Best Regards,
VMbloggie</description>
		<content:encoded><![CDATA[<p>Hi funek,</p>
<p>Thanks for the great contribution.</p>
<p>Best Regards,<br />
VMbloggie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: funek</title>
		<link>http://www.virtualizationteam.com/virtualization-vmware/vmware-vi3-root-shell-access.html/comment-page-1#comment-56</link>
		<dc:creator>funek</dc:creator>
		<pubDate>Tue, 15 Jul 2008 11:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtualizationteam.com/?p=35#comment-56</guid>
		<description>The faster way to do it:

sed -e &#039;s/PermitRootLogin no/PermitRootLogin yes/&#039; -i /etc/ssh/sshd_config

/sbin/service sshd reload

Besides you can use only ssh certicates to authorize via ssh. So you can customize config file to inlude:

RSAAuthentication yes
PubkeyAuthentication yes
RhostsRSAAuthentication no
HostbasedAuthentication no
ChallengeResponseAuthentication no
PasswordAuthentication no
KerberosAuthentication no
GSSAPIAuthentication no</description>
		<content:encoded><![CDATA[<p>The faster way to do it:</p>
<p>sed -e &#8216;s/PermitRootLogin no/PermitRootLogin yes/&#8217; -i /etc/ssh/sshd_config</p>
<p>/sbin/service sshd reload</p>
<p>Besides you can use only ssh certicates to authorize via ssh. So you can customize config file to inlude:</p>
<p>RSAAuthentication yes<br />
PubkeyAuthentication yes<br />
RhostsRSAAuthentication no<br />
HostbasedAuthentication no<br />
ChallengeResponseAuthentication no<br />
PasswordAuthentication no<br />
KerberosAuthentication no<br />
GSSAPIAuthentication no</p>
]]></content:encoded>
	</item>
</channel>
</rss>

