From 14744074e072ccc538be002be5eb41e72f19d57a Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 27 Apr 2018 10:34:29 +0200 Subject: [PATCH] Revert "TT#35912 Fix ssh listening address" We cannot keep services in background (like detached 'screen') as systemd will kill it on client disconnect. Going to use libpam-systemd. This reverts commit d0036830a4afa1063a192f55fd29a8375379a6e1. Change-Id: I52a623bd90cfa0ea8541ba9d8b9b0d10929f3ee8 (cherry picked from commit b8ea8f8a64a7df075357c863715fd80b65880113) --- templates/820_network-ports-debian.yaml.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/820_network-ports-debian.yaml.tt2 b/templates/820_network-ports-debian.yaml.tt2 index 2cc0495..f263c42 100644 --- a/templates/820_network-ports-debian.yaml.tt2 +++ b/templates/820_network-ports-debian.yaml.tt2 @@ -1,8 +1,8 @@ port: # OpenSSH - tcp6:22: + tcp:22: listening: true - ip: ["::"] + ip: ["0.0.0.0"] # Exim MTA tcp:25: