亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2145 | 回復: 0
打印 上一主題 下一主題

[新手入門] Securing AIX 5L from Scratch [復制鏈接]

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2004-12-27 11:45 |只看該作者 |倒序瀏覽

                  Securing AIX 5L from Scratch
                Many documents are written to describe how to
                  secure a UNIX-based server. Not very many are written to deal
                  with AIX, and the ones that are are somewhat vague and seem
                  to require a lot of knowledge of the OS. It has been my experience
                  that people with a lot of knowledge of the OS already know
                  how to secure the machine. Plus I like checklists for securing
                  things. :-)
                This document assumes you know SOMETHING about
                  AIX & UNIX, and can handle installing the OS from scratch (real
                  tough -- boot from CD, watch status for a while, reboot).
                I used AIX 5L 5.1 to build this. Just FYI. These
                  steps aren't necessarily in any sort of order, but if you get
                  to the end you'll be okay. You can do a lot of this through
                  SMIT, but I list the command line options here.
               
STEP 1
               
Once you're staring at the initial system
                            configuration menu, assign a decent root password.
                  Configure TCP/IP communications but then pull the machine off
                  the network, unless you are absolutely sure your network is
                  safe & sound (twelve year old haX0r free).
               
STEP 2
               
Change the filesystem sizes to something useful. The defaults
                  are small and that's fine, but they do not leave much room
                   to work. Obviously you can adjust these as you'd like.
               
/usr/sbin/chfs -a size='262144' /
      /usr/sbin/chfs -a size='262144' /var
      /usr/sbin/chfs -a size='524288' /tmp
      /usr/sbin/chfs -a size='524288' /home
               
STEP 3
               
Alter /etc/security/login.cfg to change the console herald.
                  Add the folloing line in the "default" section:
               
herald = "rn**
                UNAUTHORIZED ACCESS PROHIBITED **rnlogin: "
               
STEP 4
               
Change the properties of sys0 so that it limits the number
                of processes a user can have:
               
/usr/sbin/chdev -l sys0 -a maxuproc='4096'
               
If you're on a machine that supports CPU Guard, or dynamic
                  CPU deallocation, turn that on. It is not on by default. This
                  isn't really a security feature but you'll find out the hard
                  way if its off:
               
/usr/sbin/chdev -l sys0 -a cpuguard='enable'
               
STEP 5
               
Shut NFS server services off:
               
/usr/sbin/rmnfs -B
               
STEP 6
               
Disable just about everything in /etc/inetd.conf.
               
STEP 7
               
Increase syslogging.
               
mail.debug /var/adm/maillog
                  mail.none /var/adm/maillog
                  auth.notice /var/adm/authlog
                  lpr.debug /var/adm/lpd-errs
                  kern.debug /var/adm/messages
                  *.emerg;*.alert;*.crit;*.warning;*.err;*.notice;*.info /var/adm/messages
               
               
STEP 8
               
Disable services in /etc/rc.tcpip.
               
STEP 9
               
Set user password defaults.
               
STEP 10
               
Add an /etc/ftpusers file.
               
Change the FTP banner to not show the OS information.
               
STEP 11
               
Disable some network-based attacks.
               
STEP 12
               
Install SSH, sudo, TCP wrappers.
               
 原文來自:
                 http://bob.plankers.com/other/aix/securing.html


本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/12/showart_8774.html
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP