From a528037e14d02ad14a785c67063c30ccd47290f7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 27 Jul 2014 20:27:00 +0200 Subject: [PATCH] Listen on all port 22s --- modules/ssh/templates/sshd_config.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index d0423f635..9cf0eb87b 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -11,8 +11,8 @@ Port 22 <%= extraports = case fqdn when "ravel.debian.org" then "Port 443" when "paradis.debian.org" then " -ListenAddress 5.153.231.30:22 -ListenAddress [2001:41c8:1000:21::21:30]:22 +ListenAddress 0.0.0.0:22 +ListenAddress [::]:22 ListenAddress 5.153.231.31:443 ListenAddress [2001:41c8:1000:21::21:31]:443 " -- 2.20.1