core147: add openssh

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-06-27 14:34:22 +00:00
parent 421d057fd4
commit 822d70e102
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../common/openssh

View File

@@ -44,6 +44,9 @@ extract_files
# update linker config # update linker config
ldconfig ldconfig
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
# Update Language cache # Update Language cache
/usr/local/bin/update-lang-cache /usr/local/bin/update-lang-cache
@@ -52,6 +55,7 @@ ldconfig
# Start services # Start services
/etc/init.d/squid start /etc/init.d/squid start
/etc/init.d/sshd restart
# This update needs a reboot... # This update needs a reboot...
touch /var/run/need_reboot touch /var/run/need_reboot