prep script chpasswd

This commit is contained in:
Stephan Reinwald
2025-01-27 14:29:03 +01:00
parent 1a3da6d0aa
commit dad24e3e05

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 root:Muster24! | chpasswd
echo -e "root:Muster24!" | chpasswd
# Output completion message
echo "Script execution completed successfully."