Skip to content

Instantly share code, notes, and snippets.

@ecylmz
Created July 31, 2012 10:10
Show Gist options
  • Save ecylmz/3215810 to your computer and use it in GitHub Desktop.
Save ecylmz/3215810 to your computer and use it in GitHub Desktop.
avahi-publish ssh
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">SSH de %h</name>
<service protocol="any">
<type>_ssh._tcp</type>
<port>22</port>
</service>
<service protocol="any">
<type>_fish._tcp</type>
<port>22</port>
</service>
<service protocol="any">
<type>_sftp._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