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:
3e4113d
)
Restore an empty line in sshd_config
author
Julien Cristau
<jcristau@debian.org>
Tue, 24 Sep 2019 10:23:24 +0000
(12:23 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Tue, 24 Sep 2019 10:23:55 +0000
(12:23 +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
58f783f
..
15652cf
100644
(file)
--- a/
modules/ssh/templates/sshd_config.erb
+++ b/
modules/ssh/templates/sshd_config.erb
@@
-4,6
+4,7
@@
##
Port 22
+
<% @extraports.each do |port| -%>
ListenAddress <%= port %>
<% end -%>