prep script chpasswd
This commit is contained in:
@@ -19,7 +19,7 @@ echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
|||||||
systemctl restart sshd
|
systemctl restart sshd
|
||||||
|
|
||||||
# Change the root user password to Muster24!
|
# Change the root user password to Muster24!
|
||||||
echo -e root:Muster24! | chpasswd
|
echo -e "root:Muster24!" | chpasswd
|
||||||
|
|
||||||
# Output completion message
|
# Output completion message
|
||||||
echo "Script execution completed successfully."
|
echo "Script execution completed successfully."
|
||||||
|
|||||||
Reference in New Issue
Block a user