From 2bfd31d880e6b71028eab09d4ecd24cf77b10c9e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 26 Apr 2018 16:58:48 +0200 Subject: [PATCH] Revert "TT#35912 Remove port 22 check, ssh uses socket activation now" This reverts commit 4afe1a48f1746bdfe4fc730a9191636d6588ee9c. Change-Id: I69cea2b6559df8e4960944aa01ca7fd00b286d06 (cherry picked from commit ebd06881651610b59a4bad15da44114a9b15aaa7) --- templates/820_network-ports-debian.yaml.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/820_network-ports-debian.yaml.tt2 b/templates/820_network-ports-debian.yaml.tt2 index f8fb6a2..f263c42 100644 --- a/templates/820_network-ports-debian.yaml.tt2 +++ b/templates/820_network-ports-debian.yaml.tt2 @@ -1,4 +1,9 @@ port: + # OpenSSH + tcp:22: + listening: true + ip: ["0.0.0.0"] + # Exim MTA tcp:25: listening: true