From f08b4904db78bd3c0fe9aeb55909b899cd509262 Mon Sep 17 00:00:00 2001 From: Adam Gardiner Date: Tue, 5 Mar 2019 11:32:16 +0000 Subject: [PATCH] Fix issue with root login --- ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ks b/ks index 7acaff5..61824a9 100644 --- a/ks +++ b/ks @@ -9,7 +9,7 @@ lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname epmvirt -rootpw --iscrypted $6 +rootpw --iscrypted ghS5IS2vYzvjQ firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --enforcing -- 2.18.1