Added enable sshd
This commit is contained in:
parent
4794ef5773
commit
f0cc589534
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user