Updates to the x86_64 image build.

This commit is contained in:
Storm Dragon
2025-11-20 15:32:22 -05:00
parent a7e28c018f
commit 68cbe3c0bb
8 changed files with 1062 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# SSH configuration for Stormux Live ISO
# This configuration allows root login for the live environment
# Users should change the root password and disable this after installation
PermitRootLogin yes
PasswordAuthentication yes
ChallengeResponseAuthentication no