From a5db9add8b949431a0c539672210be579f4e1a18 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 10 Dec 2015 09:52:14 -0500 Subject: [PATCH] Keep commented config option to show default value for AddressFamily --- templates/sshd_config.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/sshd_config.erb b/templates/sshd_config.erb index c8a1b9e..c795967 100644 --- a/templates/sshd_config.erb +++ b/templates/sshd_config.erb @@ -17,10 +17,9 @@ Port <%= @sshd_config_port %> #Protocol 2,1 Protocol 2 +#AddressFamily any <% if @sshd_addressfamily != nil -%> AddressFamily <%= @sshd_addressfamily %> -<% else -%> -#AddressFamily any <% end -%> <% if @sshd_listen_address.class == Array -%> <% @sshd_listen_address.each do |val| -%>