# adduser vpsuser # passwd vpsuser # cd /etc/ssh # cp sshd_config sshd_config.old # firewall-cmd --add-service=http --zone=public --permanent # firewall-cmd --add-service=https --zone=public --permanent # systemctl list-unit-files -t service Apacheの設定 # cd /var/www # chown apache:vpsuser html # chmod 775 html