From 85f8fad7b15635d6b91431ada3d92b5433623619 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 2 Aug 2009 02:35:29 +0200 Subject: [PATCH] gluck does not need to listen on 443 anymore - that was just for when it was people.do --- modules/ssh/templates/sshd_config.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 840a7f87c..51356af88 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -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 -- 2.20.1