yum服务器的设置与安全

1、开放的端口
2、关闭23端口
因为telnet不安全,需要关闭telnet服务
systemctl stop telnet.socket
systemctl disable telnet.socket
3、漏扫工具扫描
选择“类UNix模板”进行扫描
没有发现安全漏洞后
4、关闭和禁用邮件服务
systemctl stop postfix
systemctl disable postfix
5、检查端口
1、开放的端口
2、关闭23端口
因为telnet不安全,需要关闭telnet服务
systemctl stop telnet.socket
systemctl disable telnet.socket
3、漏扫工具扫描
选择“类UNix模板”进行扫描
没有发现安全漏洞后
4、关闭和禁用邮件服务
systemctl stop postfix
systemctl disable postfix
5、检查端口