当前位置:   article > 正文

凝思主机安全加固_凝思系统加固

凝思系统加固
	近年来由于国际化形式越来越严重、操作系统会逐渐转变成国产化的操作系统,例如凝思、麒麟V10、统信UOS等等、cpu架构也逐渐由x86衍生出ram架构
	针对于对操作系统层面的安全越来越重视,主机加固产品层出不群,下面几个加固小技巧和大家分享一下。
  • 1
  • 2

关闭21端口
vi /etc/inetd.conf
注释行#telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
/etc/init.d/openbsd-inetd restart
关闭22端口
/etc/init.d/ssh stop
chkconfig ssh off
关闭23端口
/etc/init.d/proftpd stop
chkconfig proftpd off
关闭80端口
/etc/init.d/apache2 stop
chkconfig apache2 off
关闭111端口
/etc/init.d/rpcbind stop
chkconfig rpcbind off
关闭631端口
/etc/init.d/cups stop
chkconfig cups off
关闭8080端口
/etc/init.d/tomcat7 stop
chkconfig tomcat7 off
关闭139和445端口
/etc/init.d/samba stop
chkconfig samba off
关闭nfs 2049端口
/etc/init.d/nfs-common stop
/etc/init.d/nfs-kernel-server stop

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/木道寻08/article/detail/983455
推荐阅读
相关标签
  

闽ICP备14008679号