<?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> &#187; Virtualization Security Tips</title>
	<atom:link href="http://www.vminformer.com/category/security/security-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vminformer.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 11:58:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>VMware security Tip of the week #10</title>
		<link>http://www.vminformer.com/vmware-security-tip-of-the-week-ten/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-of-the-week-ten/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 02:03:55 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security]]></category>
		<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[VMware security]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=2282</guid>
		<description><![CDATA[Managed Object Browser (MOB) The MOB as it is known is used mainly by developers or for debugging. It has direct access to the VMkernel so as well as allowing view access it allows changes to be made. It can be access over port 443 (HTTPS) and requires authentication using the ROOT account password. The &#8230; <a href="http://www.vminformer.com/vmware-security-tip-of-the-week-ten/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Managed Object Browser (MOB)</h2>
<p>The MOB as it is known is used mainly by developers or for debugging. It has direct access to the VMkernel so as well as allowing view access it allows changes to be made. It can be access over port 443 (HTTPS) and requires authentication using the ROOT account password.  The MOB if left accessible is a dangerous interface in the hands of an attacker.  Therefore it is recommended you disable it or restrict access to it through access control methods.</p>
<p><span style="color:#333333">Remediation</span></p>
<p>1. Logon to the ESX/ESXi console using SSH or directly.<br />
2. Change directories to /etc/vmware/hostd<br />
3. Edit the following file proxy.xml but before doing so make a copy<br />
4. Find the line &quot;&lt;pipeName&gt;/var/run/vmware/proxy-mob&lt;/pipeName&gt;&quot;<br />
5. Comment out or remove the entire section between &quot;&lt;e id=&quot; and &quot;&lt;/e&gt;&quot;<br />
6. Then make sure that all &quot;&lt;e id=&quot; are in sequence by renumbering them accordingly<br />
7. Save the file</p>
<p><strong>IMPORTANT: If you mess the file up then make sure you have a backup as you will effect the authentication process and access to the Host.</strong></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+security+Tip+of+the+week+%2310+http%3A%2F%2Ftinyurl.com%2F5rdqwgn" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-of-the-week-ten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Tip of the Week #9</title>
		<link>http://www.vminformer.com/security-tip-week-9/</link>
		<comments>http://www.vminformer.com/security-tip-week-9/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 21:57:07 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[vmware security tips]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=1444</guid>
		<description><![CDATA[Forged Transmits Protection This rule checks the layer 2 security policy of the vswitch to protect against forged transmits. If you set this option to Reject, compares the source MAC address being transmitted by the operating system with the effective MAC address for its adapter to see if they match. If the addresses do not &#8230; <a href="http://www.vminformer.com/security-tip-week-9/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<h2><span style="color: #0000ff;">Forged Transmits Protection</span></h2>
</p>
<p>This rule checks the layer 2 security policy of the vswitch to protect against forged transmits. If you set this option to Reject, compares the source MAC address being transmitted by the operating system with the effective MAC address for its adapter to see if they match. If the addresses do not match, ESX/ESXi drops the packet</p>
<p><b>Remediation:</b></p>
<ul>
<span style="color: #0000ff;"><br />
1. Login to the VC or ESX Host using the VI client<br />
2. Select the configuration tab for your ESX host<br />
3. Select networking from the hardware pane<br />
4. Select the properties for the vswitch you wish to change<br />
5. Select Edit from the ports tab<br />
6. Select the security tab<br />
7. Change the &#8216;Forged Transmit setting to Reject&#8217;</span>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Security+Tip+of+the+Week+%239+http%3A%2F%2Ftinyurl.com%2F5soxjdd" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/security-tip-week-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip #8</title>
		<link>http://www.vminformer.com/vmware-security-tip-8/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-8/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:16:54 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[vmware security tips]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=694</guid>
		<description><![CDATA[Avoid denial of service caused by virtual disk modification operations You should ensure that a normal user or process cannot make modifications to virtual disk operations. Particularly the process a virtual disk invokes to reclaim disk space. If this method is invoked repeatedly the disk could become unavailable and thus cause a denial of service &#8230; <a href="http://www.vminformer.com/vmware-security-tip-8/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Avoid denial of service caused by virtual disk modification operations</h2>
<p>You should ensure that a normal user or process cannot make modifications to virtual disk operations.  Particularly the process a virtual disk invokes to reclaim disk space.  If this method is invoked repeatedly the disk could become unavailable and thus cause a denial of service on the guest.  It is recommended that this feature be turned off.</p>
<h2>Remediation Steps</h2>
<p>1. Login to VirtualCenter or your ESX Host using the VI client<br />
2. Power off the VM to be changed<br />
3. Select the Virtual Machine that you wish to change<br />
4. Select edit settings<br />
5. Then select the options tab<br />
6. Select Advanced, General and then select the “configuration parameters” button.<br />
7. Add a row if necessary and then enter in the name field: “isolation.tools.diskWiper.disable”<br />
8. In the value field enter the value “true”<br />
9. Add another row and enter in the name field “isolation.tools.diskShrink.disable”<br />
10. Add in the value field “true”</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+%238+http%3A%2F%2Ftinyurl.com%2F3anfb8g" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip #7</title>
		<link>http://www.vminformer.com/vmware-security-tip-7/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-7/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:07:34 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[security tip]]></category>
		<category><![CDATA[vmware security]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=402</guid>
		<description><![CDATA[Protect against MAC address spoofing By default this feature is turned on.  If left as the default of accept then a potential attacker could spoof MAC addresses and potentially appear as a trusted host. Remediation Login to VirtualCenter or your ESX host using the VI Client Select the configuration tab for your ESX host Select &#8230; <a href="http://www.vminformer.com/vmware-security-tip-7/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #0000ff;">Protect against MAC address spoofing</span></h2>
<p><span style="color: #333333;">By default this feature is turned on.  If left as the default of accept then a potential attacker could spoof MAC addresses and potentially appear as a trusted host.</span></p>
<p><strong><span style="color: #333333;">Remediation</span></strong></p>
<ul>
<li><span style="color: #333333;">Login to VirtualCenter or your ESX host using the VI Client</span></li>
<li><span style="color: #333333;">Select the configuration tab for your ESX host</span></li>
<li><span style="color: #333333;">Select networking from the hardware pane</span></li>
<li><span style="color: #333333;">Select the properties for the vswitch you wish to change</span></li>
<li><span style="color: #333333;">Select Edit from the ports tab</span></li>
<li><span style="color: #333333;">Select the security tab</span></li>
<li><span style="color: #333333;">Change the “MAC address spoofing setting to Reject”</span></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+%237+http%3A%2F%2Ftinyurl.com%2F2camuse" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip #6</title>
		<link>http://www.vminformer.com/vmware-security-tip-6/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-6/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:03:20 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=400</guid>
		<description><![CDATA[Prevent automatic mounting of USB devices on the ESX Host This is potential security risk as an attacker could compromise the security of the host by inserting a usb device in the host and uploading malicious data. Remediation Login to the service console via ssh Edit the file /etc/modules.conf Comment out the line alias usb-controller &#8230; <a href="http://www.vminformer.com/vmware-security-tip-6/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #0000ff;">Prevent automatic mounting of USB devices on the ESX Host</span></h2>
<p><span style="color: #333333;">This is potential security risk as an attacker could compromise the security of the host by inserting a usb device in the host and uploading malicious data.</span></p>
<p><span style="color: #333333;"><strong>Remediation</strong></span></p>
<ul>
<li><span style="color: #333333;">Login to the service console via ssh</span></li>
<li><span style="color: #333333;">Edit the file /etc/modules.conf</span></li>
<li><span style="color: #333333;">Comment out the line alias usb-controller</span></li>
<li><span style="color: #333333;">Save the file</span></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+%236+http%3A%2F%2Ftinyurl.com%2F245tpe7" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip #5</title>
		<link>http://www.vminformer.com/vmware-security-tip-5/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-5/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:00:24 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[security tip]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=398</guid>
		<description><![CDATA[Protect the ESX Host so that the Root File System does not fill up Make sure that each of the following directories is mounted on  a separate partition: /home /var /tmp /log Remediation Log into the service console via ssh Run the command “df -k” this will show the current partition structure.  You should have &#8230; <a href="http://www.vminformer.com/vmware-security-tip-5/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #0000ff;"><strong><span style="font-family: mceinline;">P</span></strong><strong><span style="font-family: mceinline;">rotect the ESX Host so that the Root File System does not fill up</span></strong></span></h2>
<p><span style="color: #333333;"><span style="font-weight: normal;"><span style="font-family: mceinline;">Make sure that each of the following directories is mounted on  a separate partition:</span></span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">/home</span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">/var</span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">/tmp</span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">/log</span></span></p>
<p><strong><span style="color: #333333;"><span style="font-family: mceinline;">Remediation</span></span></strong></p>
<ol>
<li><span style="color: #333333;"><span style="font-family: mceinline;">Log into the service console via ssh</span></span></li>
<li><span style="color: #333333;"><span style="font-family: mceinline;">Run the command “df -k” this will show the current partition structure.  You should have separate entries for each of the above directories.</span></span></li>
<li><span style="color: #333333;"><span style="font-family: mceinline;">If you do not have separate directories then you will need to create new mount points for each of the directories and create new partitions on the disk.</span></span></li>
<li><span style="color: #333333;"><span style="font-family: mceinline;">If you do not have enough disk space then you will need to make a decision on how practical it is for you to make the necessary changes in order to comply with this rule.</span></span></li>
<li><span style="color: #333333;"><span style="font-family: mceinline;">Alternative approaches to not doing this would be to create a cronjob that monitors disk space and archives off log files and or deletes unwanted files to avoid the situation of the root partition filling up.</span></span></li>
</ol>
<p><span style="color: #333333;"><strong><span style="font-family: mceinline;">NOTE:</span></strong><span style="font-family: mceinline;"> </span><span style="font-family: mceinline;">Altering disk partitions is a skilled job do not attempt this if you are unsure of what you are doing and always make a backup first. </span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">“Datastore Partitioning,” an appendix of the Installation </span></span></p>
<p><span style="color: #333333;"><span style="font-family: mceinline;">and Upgrade Guide, covers disk partitions in more detail</span><span style="font-family: mceinline;">.</span></span></p>
<p><strong></strong></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+%235+http%3A%2F%2Ftinyurl.com%2F2673a9h" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip of the Week #4</title>
		<link>http://www.vminformer.com/vmware-security-tip-of-the-week-4/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-of-the-week-4/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:14:33 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[security tip of the week]]></category>
		<category><![CDATA[vmware security]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=372</guid>
		<description><![CDATA[Remove Extended Stored Procedures from your Database When using MS SQL as the backend Database for your Virtual Center you should make sure that the following extended stored procedures have been removed or switched off. You should do this as procedures like xp_cmdshell allow full access to the underlying operating system. Entities: xp_available media xp_cmdshell &#8230; <a href="http://www.vminformer.com/vmware-security-tip-of-the-week-4/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Remove Extended Stored Procedures from your Database</strong></p>
<p>When using MS SQL as the backend Database for your Virtual Center you should make sure that the following extended stored procedures have been removed or switched off.</p>
<p>You should do this as procedures like xp_cmdshell allow full access to the underlying operating system.</p>
<p><strong>Entities:</strong></p>
<p>xp_available media<br />
xp_cmdshell<br />
xp_dirtree<br />
xp_dnsinfo<br />
xp_enumdsn<br />
xp_enumerrorlogs<br />
xp_enumgroups<br />
xp_eventlog<br />
xp_fixeddrives<br />
xp_getfiledetails<br />
xp_getnetname<br />
xp_logevent<br />
xp_loginconfig<br />
xp_msver<br />
xp_readerrorlog<br />
xp_servicecontrol<br />
xp_sprintf<br />
xp_sscanf<br />
xp_subdirs</p>
<p><strong>Remediation:</strong> Remove</p>
<p><strong>Risk Level: </strong>High</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+of+the+Week+%234+http%3A%2F%2Ftinyurl.com%2F2duokl8" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-of-the-week-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip of the week #3</title>
		<link>http://www.vminformer.com/vmware-security-tip-of-the-week-3/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-of-the-week-3/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:10:10 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[top ten security tips]]></category>
		<category><![CDATA[vmware security tips]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=354</guid>
		<description><![CDATA[Do not use promiscuous mode on network interfaces Promiscuous mode is the equivalent of setting up a span or mirror port on a physical switch and could have security as well as performance implications if turned on for a vswitch. Unless it is required it is recommended that this feature be turned off. To disable &#8230; <a href="http://www.vminformer.com/vmware-security-tip-of-the-week-3/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #0000ff;">Do not use promiscuous mode on network interfaces</span></h2>
<p><span style="color: #808080;">Promiscuous mode is the equivalent of setting up a span or mirror port on a physical switch and could have security as well as performance implications if turned on for a vswitch. Unless it is required it is recommended that this feature be turned off.</span></p>
<p><strong><span style="color: #808080;">To disable this feature you need to perform the following steps:</span></strong></p>
<p><span style="color: #808080;"><span style="color: #0000ff;">1. Login to VirtualCenter or your ESX host using the VI Client<br />
2. Select the configuration tab for your ESX host<br />
3. Select networking from the hardware pane<br />
4. Select the properties for the vswitch you wish to change<br />
5. Select Edit from the ports tab<br />
6. Select the security tab<br />
7. Change the setting for promiscuous mode to reject.</span><br />
</span></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+of+the+week+%233+http%3A%2F%2Ftinyurl.com%2F2uunbly" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-of-the-week-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip of the Week #2</title>
		<link>http://www.vminformer.com/vmware-security-tip-of-the-week-2/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-of-the-week-2/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:09:58 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[vmware security tip]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=346</guid>
		<description><![CDATA[Prevent Direct root Login via SSH Direct root login via SSH should be disabled, the reason for doing so is to prevent anyone from being able to brute force the login credentials for root via ssh and therefore compromise the security of the host.  By disabling root login any attacker would now have to guess &#8230; <a href="http://www.vminformer.com/vmware-security-tip-of-the-week-2/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #0000ff;"><span style="font-family: mceinline;">Prevent Direct root Login via SSH</span></span></h2>
<p><span style="color: #333333;">Direct root login via SSH should be disabled, the reason for doing so is to prevent anyone from being able to brute force the login credentials for root via ssh and therefore compromise the security of the host.  By disabling root login any attacker would now have to guess both the user account name and password which obviously makes it more difficult for them to get onto the host.  If you combine password complexity with your accounts you should have a fairly robust level of security in place for your users.</span></p>
<p><span style="color: #333333;">To enable this feature you need to perform the following steps:</span></p>
<p><span style="color: #0000ff;">1. Login to the host via ssh or direct console access</span></p>
<p><span style="color: #0000ff;">2. Change directories to /etc/ssh/</span></p>
<p><span style="color: #0000ff;">3. Edit the file sshd_config using an editor such as ‘vi’</span></p>
<p><span style="color: #0000ff;">4. Change the line “PermitRootLogin” to “PermitRootLogin no”</span></p>
<p><span style="color: #0000ff;">5. Restart the sshd daemon.</span></p>
<ol></ol>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+of+the+Week+%232+http%3A%2F%2Ftinyurl.com%2F254o63a" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-of-the-week-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Security Tip of the Week #1</title>
		<link>http://www.vminformer.com/vmware-security-tip-of-the-week-1/</link>
		<comments>http://www.vminformer.com/vmware-security-tip-of-the-week-1/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 09:53:17 +0000</pubDate>
		<dc:creator>spiv</dc:creator>
				<category><![CDATA[Virtualization Security]]></category>
		<category><![CDATA[Virtualization Security Tips]]></category>
		<category><![CDATA[VMware security]]></category>
		<category><![CDATA[virtual security]]></category>
		<category><![CDATA[virtualisation security]]></category>
		<category><![CDATA[vmware security]]></category>
		<category><![CDATA[vmware security tips]]></category>

		<guid isPermaLink="false">http://www.vminformer.com/?p=337</guid>
		<description><![CDATA[Disable Copy and Paste between Guest OS and Remote Console Allowing data to be copied between your Guest VM&#8217;s and your Host OS could create a potential security risk in allowing sensistive data to leak from VM&#8217;s and be taken outside of your organisation.  If you are creating Virtual Machine infrastructures in DMZ networks then &#8230; <a href="http://www.vminformer.com/vmware-security-tip-of-the-week-1/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #0000ff;"><strong>Disable Copy and Paste between Guest OS and Remote Console</strong><strong><br />
</strong></span></h3>
<p><span style="color: #333333;"><strong>Allowing data to be copied between your Guest VM&#8217;s and your Host OS could create a potential security risk in allowing sensistive data to leak from VM&#8217;s and be taken outside of your organisation.  If you are creating Virtual Machine infrastructures in DMZ networks then this is particularly relevant.</strong></span></p>
<p><span style="color: #0000ff;"><strong><span style="color: #333333;">To enable this feature login to your ESX Host or VC and select the particular VM you wish to change then complete the following steps:</span> <span style="color: #800000;">(you may need to power down the VM when making this change)</span><br />
</strong></span></p>
<p><span style="color: #0000ff;"><strong><span style="color: #0000ff;">1. Login to the VC or ESX Host using the VI client<br />
2. Select the specific VM you want to change the setting for<br />
3. Edit the Machine settings<br />
4. Select options then advanced<br />
5. Then select general and then click the button configuration parameters<br />
6. Enter the entity information and value as specified below:</span></strong></span><br />
<strong><span style="color: #800000;">isolation.tools.copy.disable  TRUE<br />
isolation.tools.paste.disable  TRUE<br />
isolation.tools.setGUIOptions.enable  FALSE</span></strong></p>
<p><strong></strong></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=VMware+Security+Tip+of+the+Week+%231+http%3A%2F%2Ftinyurl.com%2F39ur5ok" title="Post to Twitter"><img class="nothumb" src="http://www.vminformer.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.vminformer.com/vmware-security-tip-of-the-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

