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