Removed changing group and owner

main
Anthony 2023-11-01 12:54:41 +08:00
parent a0e18eb3e7
commit 6e11b6f69c
1 changed files with 0 additions and 5 deletions

View File

@ -42,11 +42,6 @@ onInstall:
commands:
- echo -e "\nMatch User user*\nPasswordAuthentication yes" >> /etc/ssh/sshd_config
user: root
- cmd[cp]:
commands:
- chown root:root /var/www/webroot/ROOT
- chmod 775 /var/www/webroot/ROOT
user: root
- cmd[cp]:
commands:
- systemctl restart sshd