unix&linux系列三:anti-backdoor by irunnet.com[4]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

cii-font-family: "Times New Roman"; mso-hansi-font-family: "Times New Roman"; mso-bidi-font-family: "Times New Roman"; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">限制root用户登陆,主要是为了防止暴力破解

  PermitRootLogin no

(7)
不允许口令为空的用户登陆

   
  PermitEmptyPasswords no

(
使用TCP wrappers来限制一些访问,修改/etc/hosts.allow文件,注释掉"ALL : ALL : allow",增加如下内容:


  
sshd:localhost:allow
  

本文关键:unix&linux系列三:anti-backdoor by irunnet.com
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top