位置: 编程技术 - 正文
推荐整理分享linux系统安全shell脚本第二版(Linux系统安全性体现在哪些方面?),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux系统的安全,Linux系统安全吗,Linux系统安全防范都有哪些,Linux系统安全加固,Linux系统安全防范都有哪些,Linux系统安全吗,Linux系统安全机制综述,Linux系统安全配置,内容如对您有帮助,希望把文章链接给更多的朋友!
使用方法将其复制,保存为一个shell文件,比如security.sh.将其上传到linux服务器上,执行sh security.sh,就可以使用该脚本了!复制代码代码如下:#!/bin/sh # desc: setup linux system security # author:coralzd # powered by www.freebsdsystem.org # version 0.1.2 written by .. #account setup passwd -l xfs passwd -l news passwd -l nscd passwd -l dbus passwd -l vcsa passwd -l games passwd -l nobody passwd -l avahi passwd -l haldaemon passwd -l gopher passwd -l ftp passwd -l mailnull passwd -l pcap passwd -l mail passwd -l shutdown passwd -l halt passwd -l uucp passwd -l operator passwd -l sync passwd -l adm passwd -l lp # chattr /etc/passwd /etc/shadow chattr +i /etc/passwd chattr +i /etc/shadow chattr +i /etc/group chattr +i /etc/gshadow # add continue input failure 3 ,passwd unlock time 5 minite sed -i 's#auth required pam_env.so#auth required pam_env.sonauth required pam_tally.so onerr=fail deny=3 unlock_time=nauth required /lib/security/$ISA/pam_tally.so onerr=fail deny=3 unlock_time=#' /etc/pam.d/system-auth # system timeout 5 minite auto logout echo "TMOUT=" >>/etc/profile # will system save history command list to sed -i "s/HISTSIZE=/HISTSIZE=/" /etc/profile # enable /etc/profile go! source /etc/profile # add syncookie enable /etc/sysctl.conf echo "net.ipv4.tcp_syncookies=1" >> /etc/sysctl.conf sysctl -p # exec sysctl.conf enable # optimizer sshd_config sed -i "s/#MaxAuthTries 6/MaxAuthTries 6/" /etc/ssh/sshd_config sed -i "s/#UseDNS yes/UseDNS no/" /etc/ssh/sshd_config # limit chmod important commands chmod /bin/ping chmod /usr/bin/finger chmod /usr/bin/who chmod /usr/bin/w chmod /usr/bin/locate chmod /usr/bin/whereis chmod /sbin/ifconfig chmod /usr/bin/pico chmod /bin/vi chmod /usr/bin/which chmod /usr/bin/gcc chmod /usr/bin/make chmod /bin/rpm # history security chattr +a /root/.bash_history chattr +i /root/.bash_history # write important command md5 cat > list << "EOF" && /bin/ping /bin/finger /usr/bin/who /usr/bin/w /usr/bin/locate /usr/bin/whereis /sbin/ifconfig /bin/pico /bin/vi /usr/bin/vim /usr/bin/which /usr/bin/gcc /usr/bin/make /bin/rpm EOF for i in `cat list` do if [ ! -x $i ];then echo "$i not found,no md5sum!" else md5sum $i >> /var/log/`hostname`.log fi done rm -f list 本文出自 崔晓辉的博客
linux无法登录 根分区空间使用完了的解决方法 可能的原因:根分区空间使用完了。解决方法:删除一些自己下载的文件。另外,或许要,[root@localhost桌面]#echo/var/log/messages[root@localhost桌面]#df文件系
linux下时间同步的两种方法分享 方法1:与一个已知的时间服务器同步复制代码代码如下:ntpdatetime.nist.gov其中time.nist.gov是一个时间服务器.删除本地时间并设置时区为上海复制代码代码
linux跨平台共享之samba 配置方法 samba一个很强大的跨平台共享服务,在这里废话我就不多说了,直奔主题,由于部门近日招聘新员工,今天把我们开发部门一些经常使用的软件放入共享
友情链接: 武汉网站建设