diff --git a/algo b/algo index d001a6e..18e426b 100755 --- a/algo +++ b/algo @@ -39,7 +39,7 @@ ssh_tunneling_enabled=${ssh_tunneling_enabled:-n} if [[ "$ssh_tunneling_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" ssh_tunneling"; fi read -p " -Do you want to apply operating system security enhancements on the server? +Do you want to apply operating system security enhancements on the server? (warning: replaces your sshd_config) [y/N]: " -r security_enabled security_enabled=${security_enabled:-n} if [[ "$security_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" security"; fi