Restore an empty line in sshd_config
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 59f5fc6..15652cf 100644 (file)
@@ -4,8 +4,9 @@
 ##
 
 Port 22
+
 <% @extraports.each do |port| -%>
-ListenAddress <%= $port %>
+ListenAddress <%= port %>
 <% end -%>
 # Use these options to restrict which interfaces/protocols sshd will bind to
 Protocol 2