Skip to content

Commit

Permalink
Allow to undefine default options in sshd_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
spielkind committed Apr 24, 2014
1 parent f209378 commit 3e24e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sshd_config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ListenAddress <%= listen %>
<%- v.each do |a| -%>
<%= k %> <%= a %>
<%- end -%>
<%- else -%>
<%- elsif v != :undef -%>
<%= k %> <%= v %>
<%- end -%>
<%- end -%>
Expand Down

0 comments on commit 3e24e5b

Please sign in to comment.