fix ssh restart

This commit is contained in:
Joey Hess 2014-03-30 01:18:35 -04:00
parent 3940f2cbde
commit ed52983146
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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. -}