Skip to content

Commit ed63c3c

Browse files
author
Kristan Kenney
committed
Ensure SSH daemon (openssh-server) is installed
1 parent f0eaa05 commit ed63c3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ "$release" -eq 9 ]; then
4444
sudo bc ftp lsof rrdtool quota e2fslibs bsdutils e2fsprogs curl
4545
imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
4646
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
47-
rsyslog ssh setpriv ipset libapache2-mod-ruid2"
47+
rsyslog openssh-server ssh setpriv ipset libapache2-mod-ruid2"
4848
elif [ "$release" -eq 10 ]; then
4949
software="nginx apache2 apache2-utils apache2-suexec-custom
5050
apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -60,8 +60,8 @@ elif [ "$release" -eq 10 ]; then
6060
phppgadmin mc flex whois git idn zip sudo bc ftp lsof rrdtool
6161
quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
6262
bsdmainutils cron hestia hestia-nginx hestia-php expect
63-
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog ssh util-linux
64-
ipset libapache2-mpm-itk"
63+
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog openssh-server
64+
ssh util-linux ipset libapache2-mpm-itk"
6565
fi
6666

6767
installer_dependencies="apt-transport-https curl dirmngr gnupg wget"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4444
postgresql postgresql-contrib proftpd-basic quota roundcube-core
4545
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
47-
ipset libonig5 libzip5"
47+
ipset libonig5 libzip5 openssh-server ssh"
4848

4949
installer_dependencies="apt-transport-https curl dirmngr gnupg wget"
5050

0 commit comments

Comments
 (0)