summaryrefslogtreecommitdiff
path: root/templates/sshd_config/Debian_squeeze.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-20 14:18:30 -0500
committerMicah Anderson <micah@riseup.net>2010-12-20 14:18:30 -0500
commit2188f46db75d74d00ac4a2cb3cdaa34f98d1148d (patch)
tree1954af25d85d73e294deb1c85034fde4131956a6 /templates/sshd_config/Debian_squeeze.erb
parent0ec0562257a0a0bde04c149f323c47632071005c (diff)
fix debian squeeze sshd_config template to add a missing newline
Diffstat (limited to 'templates/sshd_config/Debian_squeeze.erb')
-rw-r--r--templates/sshd_config/Debian_squeeze.erb2
1 files changed, 1 insertions, 1 deletions
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 %>