From 4c204db00bf2a402c4b3625ee2d5904b1a502aae Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 27 Jul 2014 14:06:53 +0200 Subject: [PATCH] looks like SSH want it this way Signed-off-by: Martin Zobel-Helas --- modules/ssh/templates/sshd_config.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 %> -- 2.20.1