From: Michael Tremer Date: Wed, 27 Jun 2018 08:56:32 +0000 (+0100) Subject: aws: Ensure that SSH checkbox is enabled, too X-Git-Tag: v2.21-core123~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b59ef085e4de8ea38e0ac9859c72f5a93194c9d;p=people%2Fpmueller%2Fipfire-2.x.git aws: Ensure that SSH checkbox is enabled, too Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index d79ac2a764..8097ad9ef7 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -160,6 +160,8 @@ import_aws_configuration() { # Actions performed only on the very first start if [ ! -e "/var/ipfire/main/firstsetup_ok" ]; then # Enable SSH + sed -e "s/ENABLE_SSH=.*/ENABLE_SSH=on/g" -i /var/ipfire/remote/settings + touch /var/ipfire/remote/enablessh chown nobody:nobody /var/ipfire/remote/enablessh