summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-07-20 19:17:10 +0200
committerxengineering <me@xengineering.eu>2024-07-20 19:17:10 +0200
commitc556a9aa3e1714ba1e414e6135ab4c1a80605996 (patch)
tree46d0d796ba0a8d85831aafafb9283bb7cf9e92b3
parent2f2210b8ebf37a2737806b6841ce52a4ed26fa29 (diff)
downloadcraft-c556a9aa3e1714ba1e414e6135ab4c1a80605996.tar
craft-c556a9aa3e1714ba1e414e6135ab4c1a80605996.tar.zst
craft-c556a9aa3e1714ba1e414e6135ab4c1a80605996.zip
Enable SSH daemon in guest VM and allow root login
The guest VM should be accessible via SSH.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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