SELinuxの設定ファイルを編集後、ssh経由でログインできない
CentOSで次のファイルを編集して再起動しようとうしたら ssh root
でログインできなくなりました、誰かご教授くださいませ!!
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
setenforce 0
# setenforce 0
に変更して reboot
打ってたらサーバーがすぐ終了して、 ssh root
でログインできなくなりました。