From d3bf698d1b8629485893815157aa7c2b8e333bb5 Mon Sep 17 00:00:00 2001 From: zhipengl Date: Tue, 27 Nov 2018 18:56:37 +0800 Subject: [PATCH] Fix SSH access issue introduced by change 619003 Sshd service should not be disabled by default in config package. Closes-Bug: 1805157 Change-Id: I154af9f46796feff6bb10e34aa5b5795bf92c9ed Signed-off-by: zhipengl --- base/openssh-config/centos/openssh-config.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/base/openssh-config/centos/openssh-config.spec b/base/openssh-config/centos/openssh-config.spec index 70a6c6a44..2bc503641 100644 --- a/base/openssh-config/centos/openssh-config.spec +++ b/base/openssh-config/centos/openssh-config.spec @@ -33,7 +33,6 @@ if [ $1 -eq 1 ] ; then # Initial installation cp -f %{_datadir}/starlingx/sshd.pam %{_pamconfdir}/sshd fi -%{_bindir}/systemctl disable sshd.service > /dev/null 2>&1 || : %files %{_datadir}/starlingx/sshd.pam