Lines Matching full:hosts
24 the \fI/etc/hosts.allow\fR file.
27 entry in the \fI/etc/hosts.deny\fR file.
245 allows intruders to easily impersonate trusted hosts and to break in
279 hosts are permitted access.
285 /etc/hosts.deny:
289 This denies all service to all hosts, unless they are permitted access
292 The explicitly authorized hosts are listed in the allow file.
296 /etc/hosts.allow:
302 The first rule permits access from hosts in the local domain (no `.\'
304 netgroup. The second rule permits access from all hosts in the
308 Here, access is granted by default; only explicitly specified hosts are
312 that it can be omitted. The explicitly non-authorized hosts are listed
315 /etc/hosts.deny:
321 The first rule denies some hosts and domains all services; the second
322 rule still permits finger requests from other hosts and domains.
324 The next example permits tftp requests from hosts in the local domain
325 (notice the leading dot). Requests from any other hosts are denied.
330 /etc/hosts.allow:
336 /etc/hosts.deny:
376 /etc/hosts.allow, (daemon,client) pairs that are granted access.
377 /etc/hosts.deny, (daemon,client) pairs that are denied access.