>cd /etc/ssh >cp -p sshd_config sshd_config.ORG
#PermitRootLogin yes
この行を以下のように変更して保存します。 先頭の '#'を削除して行を有効にすることも忘れずに。
PermitRootLogin no
>/etc/rc.d/init.d/sshd restart sshd を停止中: [ OK ] sshd を起動中: [ OK ]