More Avahi Love
Today's Avahi Love posting covers publishing SFTP servers. My NAS box runs SSH, so I can use the ssh: method in gnome-vfs to browse the filesystem (it uses SFTP). The magic service file is:
<?xml version="1.0" standalone='no'?>
<service-group>
<name replace-wildcards="yes">Remote Files on %h</name>
<service>
<type>_sftp-ssh._tcp</type>
<port>22</port>
</service>
</service-group>
Restart Avahi and then with a suitable Avahi-enabled gnome-vfs, there will be entries in Places → Network Servers for each machine that file is installed on. Kick arse!
Check /etc/slp.reg.d/
Ciao, Marcus
Maybe in Dapper+1?
This is, actually, quite awesome anyway, because you don't actually have to register your machine on a network to find services, and you don't have static bookmarks or menu entries that may not work....
Thanks for the info; that's great!
Where do you find stuff like this? I've been looking for good things to do with Avahi now that I have it working on my server/laptop.