# # hosts.allow This file describes the names of the hosts which are # allowed to use the local INET services, as decided # by the '/usr/sbin/tcpd' server. # #only allow access to the local domain and *.syr.edu for services still enabled ALL: LOCAL, .syr.edu #allow access through ssh anywhere in the world #sshd: ALL #next line already covered by the ALL: above, listed as an additional example #in.ftpd: LOCAL, .syr.edu