enable sshd

This commit is contained in:
teldra 2021-03-13 11:06:52 +01:00
parent 8bf3287d2b
commit 3f5d84b780
1 changed files with 4 additions and 0 deletions

4
modules/89-sshd/pre Normal file
View File

@ -0,0 +1,4 @@
if yesno "Enable sshd?" y; then
servicesenable sshd
fi