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