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

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: hugsy_75</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Utiliser VNC via un tunnel sécurisé SSH</title>
        <link>http://www.posteet.com/view/217</link>
        <description>
        <![CDATA[<pre># le serveur VNC écoute le port 22 (SSH) et possède un VNC server tournant
# le client exécute la commande
/usr/bin/ssh -N -f user@server -L5901:localhost:5901

# puis le client doit se connecter a la socket locale sur le display VNC approprié (ici 1 - car 5901 = 5900 + 1)
vncviewer server:1 
# ou 
vncviewer server::5901</pre> <a href="http://www.posteet.com/tags/ssh">[ssh]</a>  <a href="http://www.posteet.com/tags/vnc">[vnc]</a> ]]>        </description>
        <dc:creator>hugsy_75</dc:creator>
        <pubDate>Mon, 05 Nov 2007 11:34:10 +0000</pubDate>

            <category>ssh</category>
            <category>vnc</category>
    
    </item>


</channel>
</rss>
