From f0cc58953490a36ba0824959ced9411f13a50ad5 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Sat, 7 Jan 2023 21:41:25 +0000 Subject: [PATCH] Added enable sshd --- configure-system.ksh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure-system.ksh b/configure-system.ksh index bd2bfa2..bb62e92 100755 --- a/configure-system.ksh +++ b/configure-system.ksh @@ -70,3 +70,6 @@ echo "export LC_CTYPE=en_US.UTF-8" >> /home/$user/.profile # Allow users in the wheel group to use doas echo "permit :wheel" >> /etc/doas.conf + +# Enable SSH at boot +rcctl enable sshd