From b7232468a9557f29fae607fb74a39abdae98b18e Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 11 May 2025 16:16:23 -0400 Subject: [PATCH] Enable the sshd service --- recipes/common/jp-minis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/common/jp-minis.yml b/recipes/common/jp-minis.yml index ead1628..fc46f8b 100644 --- a/recipes/common/jp-minis.yml +++ b/recipes/common/jp-minis.yml @@ -35,6 +35,7 @@ modules: enabled: - docker.service - create_rke_user.service + - sshd.service - from-file: common/updates.yml - from-file: common/bluebuild-logo.yml - from-file: common/jp-chezmoi.yml