Added enable sshd

This commit is contained in:
Scott C. MacCallum 2023-01-07 21:41:25 +00:00
parent 4794ef5773
commit f0cc589534
1 changed files with 3 additions and 0 deletions

View File

@ -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