From ed529831469f10acf04bcf01811159ec982a066d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 01:18:35 -0400 Subject: fix ssh restart --- Property/Ssh.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Property/Ssh.hs b/Property/Ssh.hs index ce9c171b..c5902d94 100644 --- a/Property/Ssh.hs +++ b/Property/Ssh.hs @@ -38,7 +38,7 @@ hasAuthorizedKeys = go <=< homedir (readFile $ home ".ssh" "authorized_keys") restartSshd :: Property -restartSshd = cmdProperty "service" [Param "sshd", Param "restart"] +restartSshd = cmdProperty "service" [Param "ssh", Param "restart"] {- Blow away existing host keys and make new ones. Use a flag - file to prevent doing this more than once. -} -- cgit v1.2.3