Skip to content

Commit

Permalink
feat[close #148]: Disable ssh daemon per default
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored and kbdharun committed Jul 1, 2024
1 parent 2155c46 commit aab80c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/121-disable-ssh-daemon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: disable-ssh-daemon
type: shell
commands:
- unlink /etc/systemd/system/multi-user.target.wants/ssh.service
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stages:
- modules/100-accessibility.yml
- modules/110-fonts.yml
- modules/120-network.yml
- modules/121-disable-ssh-daemon.yml
- modules/130-plymouth.yml
- modules/131-plymouth-theme-vanilla.yml
- modules/140-password.yml
Expand Down

0 comments on commit aab80c2

Please sign in to comment.