Pages

2015年1月5日月曜日

rootでsshログインできないようにする

主にCentOS6系で実施

/etc/ssh/sshd_config に下記の行を設定
PermitRootLogin no

SSHの再起動
# /etc/rc.d/init.d/sshd restart