Add new moszumanska-lvm volume
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index cb22f09..9cf0eb8 100644 (file)
@@ -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 0.0.0.0:22
+ListenAddress [::]:22
+ListenAddress 5.153.231.31:443
+ListenAddress [2001:41c8:1000:21::21:31]:443
+"
                  end
 extraports
 %>