From 1a6fee69649a83dc78a85460665450679685fc6e Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 21 Jul 2016 00:43:24 -0700 Subject: [PATCH] fix for RedHat --- cookbooks/ssh/recipes/install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/ssh/recipes/install.bash b/cookbooks/ssh/recipes/install.bash index bc3e9b3b..2daa1f77 100755 --- a/cookbooks/ssh/recipes/install.bash +++ b/cookbooks/ssh/recipes/install.bash @@ -16,7 +16,7 @@ function install() done header 'RESTARTING SSH SERVICE' - service ssh restart + service sshd restart if [[ "$(isPortOpen '22')" = 'false' ]] then