当前位置:Gxlcms > 数据库问题 > linux hosts_access

linux hosts_access

时间:2021-07-01 10:21:17 帮助过:19人阅读

linux hosts_access

概要

  1. tcp连接的访问控制功能,通过libwrap提供,即编译到代码里的访问控制功能
  2. 可以通过ldd 命令查看程序是否链接了libwrap库
  3. 主要根据程序名称,以及对端的ip地址,hostname,user等控制是否接受对端的连接请求
  4. 配置文件为hosts.deny, host.allow, 格式参看man 5 hosts_access, man 5 hosts_options
  5. 主要使用的程序: sshd, xinetd

参看

  1. man 3 hosts_access

linux hosts_access

标签:ons   options   编译   接受   查看   deny   man   配置   程序   

人气教程排行