<?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>Blogotec, VMWare, Hyper-v, NetApp &#187; config_sshd</title>
	<atom:link href="http://www.blogotec.fr/tag/config_sshd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogotec.fr</link>
	<description>VMware vSphere, Microsoft Hyper-v, NetApp, SCOM, Virtualisation</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:36:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VMware : Comment autoriser les connexions root en ssh</title>
		<link>http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-comment-autoriser-les-connexions-root-en-ssh</link>
		<comments>http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:47:34 +0000</pubDate>
		<dc:creator>Rémy</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[autoriser]]></category>
		<category><![CDATA[config_sshd]]></category>
		<category><![CDATA[connexions]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[Esx]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Permit]]></category>
		<category><![CDATA[PermitRootLogin]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.blogotec.fr/?p=219</guid>
		<description><![CDATA[Comment autoriser les connexions root en ssh sur vmware esx How to enable root login on esx Pour autoriser les connexions<a href="http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/" class="searchmore">Lire la suite...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Comment autoriser les connexions root en ssh sur vmware esx</h1>
<p style="text-align: left;"><em>How to enable root login on esx</em></p>
<p>Pour autoriser les connexions SSH sur les serveurs ESX, il faut modifier le fichier sshd_config puis redemarrer le service sshd.</p>
<ul>
<li>Modification du fichier sshd_config</li>
</ul>
<p> Depuis la racine du serveur esx, tapez la commande : <code>vi etc/ssh/sshd_config</code></p>
<p><a href="http://www.blogotec.fr/wp-content/uploads/2009/03/vi-sshd_config.jpg"><img class="aligncenter size-full wp-image-221" title="vi-sshd_config" src="http://www.blogotec.fr/wp-content/uploads/2009/03/vi-sshd_config.jpg" alt="vi-sshd_config" width="406" height="121" /></a></p>
<ul>
<li> Modifier la valeur PermitRootLogin No par PermitRootLogin Yes en faisant un Inser</li>
</ul>
<p><a href="http://www.blogotec.fr/wp-content/uploads/2009/03/permitrootlogin-yes.jpg"><img class="aligncenter size-full wp-image-220" title="permitrootlogin-yes" src="http://www.blogotec.fr/wp-content/uploads/2009/03/permitrootlogin-yes.jpg" alt="permitrootlogin-yes" width="195" height="74" /></a></p>
<p>Pour quitter le fichier et le sauvegarder faire un <code>Echap </code>puis <code>:wq</code></p>
<ul>
<li>Pour valider la modification il est necessaire de redemarrer le service sshd</li>
</ul>
<p> Depuis console root, tapez la commande : <code>service sshd restart</code></p>
<p><a href="http://www.blogotec.fr/wp-content/uploads/2009/03/service-sshd-restart.jpg"><img class="aligncenter size-full wp-image-222" title="service-sshd-restart" src="http://www.blogotec.fr/wp-content/uploads/2009/03/service-sshd-restart.jpg" alt="service-sshd-restart" width="563" height="50" /></a></p>
<p>Rémy</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=VMware+%3A+Comment+autoriser+les+connexions+root+en+ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=VMware%20%3A%20Comment%20autoriser%20les%20connexions%20root%20en%20ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=VMware+%3A+Comment+autoriser+les+connexions+root+en+ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=VMware+%3A+Comment+autoriser+les+connexions+root+en+ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.shareaholic.com/api/share/?title=VMware+%3A+Comment+autoriser+les+connexions+root+en+ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=92&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=VMware+%3A+Comment+autoriser+les+connexions+root+en+ssh&amp;link=http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/&amp;notes=Comment%20autoriser%20les%20connexions%20root%20en%20ssh%20sur%20vmware%20esx%0D%0AHow%20to%20enable%20root%C2%A0login%20on%20esx%0D%0APour%20autoriser%20les%20connexions%20SSH%20sur%20les%20serveurs%20ESX%2C%20il%20faut%20modifier%20le%20fichier%20sshd_config%20puis%20redemarrer%20le%20service%20sshd.%0D%0A%0D%0A%09Modification%20du%20fichier%20sshd_config%0D%0A%0D%0A%C2%A0Depuis%20la%20racine%20du%20serveur%20esx&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540Shareaholic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.blogotec.fr/vmware/vmware-comment-autoriser-les-connexions-root-en-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

