Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Created December 2, 2015 17:25
Show Gist options
  • Save aphex3k/833c4c341c0e1f3ef69a to your computer and use it in GitHub Desktop.
Save aphex3k/833c4c341c0e1f3ef69a to your computer and use it in GitHub Desktop.
avahi deamon advertising SSH 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 SSH</name>
<service>
<type>_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