1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 19:39:55 +03:00
openwrt-xburst/package/avahi/files/service-ssh
nico ae1cc04e43 disable assertions, add an initscript and some config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-24 02:02:57 +00:00

10 lines
265 B
XML

<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Secure Shell on %h</name>
<service>
<type>_ssh._tcp</type>
<port>22</port>
</service>
</service-group>