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 <zhipengs.liu@intel.com>
This commit is contained in:
parent
96ebc7d181
commit
d3bf698d1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user