From 847817bf26fd25044c20519516f2b3f8de1a61b6 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 27 Jul 2014 14:00:22 +0200 Subject: [PATCH] Add extra ports for ssh on paradis Signed-off-by: Martin Zobel-Helas --- modules/ssh/templates/sshd_config.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 782151461..cb22f092c 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -1,3 +1,8 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + # Package generated configuration file # See the sshd(8) manpage for details @@ -5,6 +10,9 @@ 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" end extraports %> -- 2.20.1