From 2188f46db75d74d00ac4a2cb3cdaa34f98d1148d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 20 Dec 2010 14:18:30 -0500 Subject: fix debian squeeze sshd_config template to add a missing newline --- templates/sshd_config/Debian_squeeze.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd_config/Debian_squeeze.erb b/templates/sshd_config/Debian_squeeze.erb index cfdd291..56b1cab 100644 --- a/templates/sshd_config/Debian_squeeze.erb +++ b/templates/sshd_config/Debian_squeeze.erb @@ -16,7 +16,7 @@ Port <%= sshd_port -%> <% end -%> <%- else -%> Port 22 -<%- end -%> +<%- end %> # Use these options to restrict which interfaces/protocols sshd will bind to <% for address in sshd_listen_address -%> ListenAddress <%= address %> -- cgit v1.2.3