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:
ab150b8
)
A bit of formatting
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 13 Apr 2019 20:32:11 +0000
(22:32 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 13 Apr 2019 20:32:11 +0000
(22:32 +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
32be972
..
d7e197c
100644
(file)
--- a/
modules/ssh/templates/sshd_config.erb
+++ b/
modules/ssh/templates/sshd_config.erb
@@
-55,7
+55,7
@@
PasswordAuthentication no
settings = '# Banner "You are coming from a debian.org host."'
allnodeinfo.keys.sort.each do |node|
next unless allnodeinfo[node].has_key?('ipHostNumber')
- out += "# Match Address
# #{node}
"
+ out += "# Match Address "
out += allnodeinfo[node]['ipHostNumber'].collect do |ipnum|
if ipnum =~ /:/
"#{ipnum}/128"
@@
-63,8
+63,10
@@
PasswordAuthentication no
"#{ipnum}/32"
end
end.join(',')
+ out += "# #{node}"
out += "\n"
out += settings
+ out += "\n\n"
end
out
%>