<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz' Developer Logbuch - SSH</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 27 Jan 2010 14:14:16 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz' Developer Logbuch - SSH - Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>SSH: Timeout unterbinden</title>
    <link>http://fseitz.de/blog/index.php?/archives/21-SSH-Timeout-unterbinden.html</link>
            <category>SSH</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/21-SSH-Timeout-unterbinden.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;h4 class=&quot;s-h4&quot;&gt;Clientseitig&lt;/h4&gt;

&lt;pre class=&quot;s-pre-box&quot;&gt;
$ echo &quot;ServerAliveInterval 120&quot; &gt;&gt; /etc/ssh/ssh_config
&lt;/pre&gt;

&lt;p&gt;
Wenn der Server 120 Sekunden kein Paket gesendet hat, sendet der Client ein Dummy-Paket zum Server.
&lt;/p&gt;

&lt;h4 class=&quot;s-h4&quot;&gt;Serverseitig&lt;/h4&gt;

&lt;pre class=&quot;s-pre-box&quot;&gt;
$ echo &quot;ClientAliveInterval 120&quot; &gt;&gt; /etc/ssh/sshd_config
$ /etc/init.d/ssh reload
&lt;/pre&gt;

&lt;p&gt;
Wenn der Client 120 Sekunden kein Paket gesendet hat, sendet der Server ein Dummy-Paket zum Client. 
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 25 Jan 2010 15:26:04 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/21-guid.html</guid>
    
</item>
<item>
    <title>SSH: Automatisch einloggen</title>
    <link>http://fseitz.de/blog/index.php?/archives/20-SSH-Automatisch-einloggen.html</link>
            <category>SSH</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/20-SSH-Automatisch-einloggen.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;p&gt;
Ein automatisches Login führt SSH durch, wenn auf der Zielmaschine
der Öffentliche Schlüssel des eigenen Accounts hinterlegt ist. Der
Öffentliche Schlüssel wird auf der Zielmaschine zum Zielaccount
hinzugefügt mittels:
&lt;/p&gt;

&lt;pre class=&quot;s-pre-box&quot;&gt;
$ cat id_rsa.pub &gt;&gt;.ssh/authorized_keys2
&lt;/pre&gt;

&lt;p&gt;
Information zur Schlüsselgenerierung:
&lt;a href=&quot;http://www.supportnet.de/faqsthread/806&quot;&gt;http://www.supportnet.de/faqsthread/806&lt;/a&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 25 Jan 2010 15:06:26 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/20-guid.html</guid>
    
</item>

</channel>
</rss>