From: Michael Tremer Date: Thu, 12 Jul 2018 14:37:59 +0000 (+0100) Subject: aws: Unlock setup account X-Git-Tag: v2.21-core123~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87d7fc6609277c4e6521265b6f008311291c1890;p=people%2Fstevee%2Fipfire-2.x.git aws: Unlock setup account Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index 0d85a44e43..2f4300d17d 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -87,6 +87,9 @@ import_aws_configuration() { # Create setup user if ! getent passwd setup &>/dev/null; then useradd setup -s /usr/bin/run-setup -g nobody -m + + # Unlock the account + usermod -p "x" setup fi # Import SSH keys for setup user