From: Martin Zobel-Helas Date: Sun, 27 Jul 2014 12:06:53 +0000 (+0200) Subject: looks like SSH want it this way X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4c204db00bf2a402c4b3625ee2d5904b1a502aae;p=mirror%2Fdsa-puppet.git looks like SSH want it this way Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index cb22f092c..d0423f635 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -11,8 +11,11 @@ Port 22 <%= extraports = case fqdn when "ravel.debian.org" then "Port 443" when "paradis.debian.org" then " -Port 5.153.231.31:443 -Port 2001:41c8:1000:21::21:31:443" +ListenAddress 5.153.231.30:22 +ListenAddress [2001:41c8:1000:21::21:30]:22 +ListenAddress 5.153.231.31:443 +ListenAddress [2001:41c8:1000:21::21:31]:443 +" end extraports %>