From 8a62ef0e5ebd590a81186a65cd90f31a1eb0863d Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 27 Nov 2013 20:36:31 -0800 Subject: [PATCH] add a hook for ssh --- templates/sshd.template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/sshd.template.yml b/templates/sshd.template.yml index 7437625..0234dc9 100644 --- a/templates/sshd.template.yml +++ b/templates/sshd.template.yml @@ -13,6 +13,7 @@ run: exec /usr/sbin/sshd -D -e - exec: + hook: sshd cmd: - mkdir -p /var/run/sshd - mkdir -p /root/.ssh -- 2.25.1