home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / slp.reg.d / ssh.reg < prev   
Text File  |  2006-11-10  |  500b  |  19 lines

  1. #############################################################################
  2. #
  3. # OpenSLP registration file
  4. #
  5. # register SSH daemon
  6. #
  7. #############################################################################
  8.  
  9. # Register the usual sshd, if it is running
  10. service:ssh://$HOSTNAME:22,en,65535
  11. tcp-port=22
  12. description=Secure Shell Daemon
  13.  
  14. # ssh can get used to copy files with konqueror using the fish:/ protocol
  15. service:fish://$HOSTNAME:22,en,65535
  16. tcp-port=22
  17. description=KDE file transfer via SSH
  18.  
  19.