1.取消所有預設的安裝
2.開始安裝
3.useradd and passwd
4.修改 ssh 登入權限
#cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak
#vi /etc/ssh/sshd_config
PermitRootLogin no
AllowUsers Username
#在檔案最後面加上這一行,這樣就只有 sysadm 可以使用 ssh 連線了
#若要設定多人,就用空格隔開:AllowUsers User1 User2
#/etc/init.d/sshd restart
5.更新
#yum update
#yum install wget squid gcc gcc-c++ make
6.關閉 SELinux
#rm /etc/rc3.d/S08iptables(Disable iptables)
#vi /etc/selinux/config
SELINUX=disabled
沒有留言:
張貼留言