projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fb934
)
Fix typo
author
Julien Cristau
<jcristau@debian.org>
Tue, 24 Sep 2019 10:16:10 +0000
(12:16 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Tue, 24 Sep 2019 10:16:10 +0000
(12:16 +0200)
modules/ssh/templates/sshd_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/sshd_config.erb
b/modules/ssh/templates/sshd_config.erb
index
59f5fc6
..
58f783f
100644
(file)
--- a/
modules/ssh/templates/sshd_config.erb
+++ b/
modules/ssh/templates/sshd_config.erb
@@
-5,7
+5,7
@@
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