X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=19a1f82944fc610bb080eeb89de4da6c90b29e9e;hb=d43b7564f951127288f4a0a7cd8034df10242bbb;hp=716233a8a9c967596ac057245d3a57295c856627;hpb=153b5910e94c201bde86d1fc23c300663663f559;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 716233a8a..19a1f8294 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -25,7 +25,7 @@ if %w{bartok beethoven}.include?(hostname) then ssh6allowed << '$HOST_DEBIAN_V6' end ssh4allowed.length == 0 and ssh4allowed << '0.0.0.0/0' -ssh6allowed.length == 0 and ssh6allowed << '::' +ssh6allowed.length == 0 and ssh6allowed << '::/0' out << "@def $SSH_SOURCES = (#{ssh4allowed.join(' ')});" out << "@def $SSH_V6_SOURCES = (#{ssh6allowed.join(' ')});"