From: Peter Palfrader Date: Sun, 27 Jul 2014 18:27:00 +0000 (+0200) Subject: Listen on all port 22s X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a528037e14d02ad14a785c67063c30ccd47290f7;p=mirror%2Fdsa-puppet.git Listen on all port 22s --- 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 "