Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Created December 2, 2015 17:27
Show Gist options
  • Save aphex3k/b18521f1240d907589c2 to your computer and use it in GitHub Desktop.
Save aphex3k/b18521f1240d907589c2 to your computer and use it in GitHub Desktop.
avahi deamon advertising SFTP service on default port 22
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h SFTP</name>
<service>
<type>_sftp-ssh._tcp</type>
<port>22</port>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment