projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824f4a6
)
gluck does not need to listen on 443 anymore - that was just for when it was people.do
author
Peter Palfrader
<peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000
(
02:35
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 2 Aug 2009 00:35:29 +0000
(
02:35
+0200)
modules/ssh/templates/sshd_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/sshd_config.erb
b/modules/ssh/templates/sshd_config.erb
index
840a7f8
..
51356af
100644
(file)
--- 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