<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

		<link rel="hub" href="http://overblog.superfeedr.com" xmlns="http://www.w3.org/2005/Atom" />
		<link rel="self" href="http://linux.over-blog.com/rss-articles.xml" xmlns="http://www.w3.org/2005/Atom" />
	
    <title><![CDATA[Tutorial Linux]]></title>
    <link>http://linux.over-blog.com/</link>
    <description>Tutorial sur l'administration d'un linux</description>

        <language>fr</language>
    
    
    <pubDate>Fri, 19 Nov 2010 23:33:35 +0100</pubDate>    <lastBuildDate>Fri, 19 Nov 2010 23:33:35 +0100</lastBuildDate>    <generator>Over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2012 linux.over-blog.com</copyright>            <category>Hi Tech</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[Login automatique sous OpenSSH]]></title>
        <link>http://linux.over-blog.com/article-6972958.html</link>        <description><![CDATA[<p>But: pourvoir executer a distance des commandes sans avoir a taper son login et mot de passe depuis OpenSSH (Linux)</p>
<p>Il faut d'abord cr&eacute;e un trousseau (une cl&eacute; public et une cl&eacute; priv&eacute;e)</p>
<p>ssh-keygen -t rsa -b 1024 -N '' -f rsa_id</p>
<p>RSA = l'algo, 1024 = la taille de la cl&eacute;, rsa_id = son nom</p>
<p>On obtient 2 fichiers rsa_id &amp; rsa_id.pub, sur la machine cible il faut &eacute;diter le fichier ~/.ssh/authorized_keys</p>
<p>vi ~/.ssh/authorized_keys</p>
<p>Et mettre dedans le contenu du fichier rsa_id.pub, on peut mettre plusieur cl&eacute;, une par ligne.</p>
<p>Il ne reste plus sur la machine source a taper</p>
<p>ssh -i rsa_id <a href="mailto:user@ip">user@ip</a></p>
<p>Et vous etes logg&eacute;</p>]]></description>
        <pubDate>Wed, 25 Jul 2007 19:21:20 +0200</pubDate>        <guid isPermaLink="false">48f46be27e735a6224554ec6b41f56f1</guid>
                <category>Utilitaire</category>        <comments>http://linux.over-blog.com/article-6972958-6.html#anchorComment</comments>                    </item>
  
 </channel>

</rss>
