gluck does not need to listen on 443 anymore - that was just for when it was people.do
authorPeter Palfrader <peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000 (02:35 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000 (02:35 +0200)
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