SELinuxの無効化方法変更の件といい、やはり、OSがメジャーバージョンアップすると今までと仕様が変わるところもあるので、新しいバージョンが出たら、追っておいた方がいいですね。。
cd /etc/ssh/sshd_config.d vi 50-cloud-init.conf #PasswordAuthentication no PasswordAuthentication yes systemctl restart sshd
TipsSELinuxの無効化方法変更の件といい、やはり、OSがメジャーバージョンアップすると今までと仕様が変わるところもあるので、新しいバージョンが出たら、追っておいた方がいいですね。。
cd /etc/ssh/sshd_config.d vi 50-cloud-init.conf #PasswordAuthentication no PasswordAuthentication yes systemctl restart sshd