diff --git a/recipes/recipe_check_ssh_config.sh b/recipes/recipe_check_ssh_config.sh index c6a4c77..6a943c5 100755 --- a/recipes/recipe_check_ssh_config.sh +++ b/recipes/recipe_check_ssh_config.sh @@ -58,7 +58,7 @@ else 0) # OK, nothing to do ;; 1) # Error (wrong number of param or other) - SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" Error during ListenAddress check with function check_value_in_conf_file, maybe incorrect number of parameter or file not found;" + SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" Error during ListenAddress check with function check_value_in_conf_file, maybe incorrect number of parameter or file not found or no IPV4/IPV6 ADMIN LAN IP for this host;" ;; 2) # Unexpected value is set SSH_CONFIG_CHECK_FAILED=${SSH_CONFIG_CHECK_FAILED}" ListenAddress are not well configured or has other value, set ListenAddress for IPv4 and IPv6;"