From c556a9aa3e1714ba1e414e6135ab4c1a80605996 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Jul 2024 19:17:10 +0200 Subject: Enable SSH daemon in guest VM and allow root login The guest VM should be accessible via SSH. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 75ce45f..a86618c 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ mkinitcpio -P echo 'root' | passwd -s systemctl enable NetworkManager systemctl enable chronyd +sed -i 's|#PermitRootLogin prohibit-password|PermitRootLogin yes|g' /etc/ssh/sshd_config +systemctl enable sshd # bootloader installation mkdir -p /boot/syslinux -- cgit v1.2.3-70-g09d2