gluck does not need to listen on 443 anymore - that was just for when it was people.do
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index 840a7f8..51356af 100644 (file)
@@ -5,7 +5,6 @@
 Port 22
 <%- extraports = case fqdn
                         when "ravel.debian.org" then "Port 443"
-                        when "gluck.debian.org" then "Port 443"
                         when "agnesi.debian.org" then "Port 2260"
                  end
 extraports