<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>More Avahi Love</title><guid isPermaLink="false">computers/avahi-gnomevfs-2006-02-13-13-10</guid><link>http://www.burtonini.com/blog/computers/avahi-gnomevfs-2006-02-13-13-10</link><description>Today's Avahi Love posting covers publishing SFTP servers. My NAS box runs SSH, so I can use the ssh: method ...</description><content:encoded><![CDATA[    <p>
      Today's Avahi Love posting covers publishing SFTP servers.  My NAS box
      runs SSH, so I can use the <tt>ssh:</tt> method in gnome-vfs to browse the
      filesystem (it uses SFTP).  The magic service file is:
    </p>
    <blockquote><pre>
&lt;?xml version="1.0" standalone='no'?&gt;
&lt;service-group&gt;
  &lt;name replace-wildcards="yes"&gt;Remote Files on %h&lt;/name&gt;
  &lt;service&gt;
    &lt;type&gt;_sftp-ssh._tcp&lt;/type&gt;
    &lt;port&gt;22&lt;/port&gt;
  &lt;/service&gt;
&lt;/service-group&gt;</pre></blockquote>
    <p>
      Restart Avahi and then with a suitable Avahi-enabled gnome-vfs, there will
      be entries in <cite>Places &#8594; Network Servers</cite> for each machine that
      file is installed on.  Kick arse!
    </p>
]]></content:encoded><dc:date>2006-02-13T13:10:00Z</dc:date></item></channel></rss>