script update

This commit is contained in:
Stephan Reinwald
2025-01-27 14:26:08 +01:00
parent 62de6a0b2a
commit 1a3da6d0aa

View File

@@ -19,7 +19,7 @@ echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
systemctl restart sshd
# Change the root user password to Muster24!
echo -e "Muster24!\nMuster24!" | passwd root
echo -e root:Muster24! | chpasswd
# Output completion message
echo "Script execution completed successfully."