From e5eeadb3ab7ba677f749ca3ffd933f13b2c8b3d8 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 19 Jan 2016 19:38:47 +1100 Subject: [PATCH] Update standalone.yml --- samples/standalone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 4aac8c9..a6e2cd3 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -100,9 +100,5 @@ run: #- exec: /usr/sbin/usermod -p 'PASSWORD_HASH' root #- exec: /usr/sbin/usermod -p "$(mkpasswd -m sha-256 'RAW_PASSWORD')" root - ## If you want to authorized additional users, uncomment and change: - #- exec: ssh-import-id username - #- exec: ssh-import-id anotherusername - - exec: echo "End of custom commands" - exec: awk -F\# '{print $1;}' ~/.ssh/authorized_keys | awk 'BEGIN { print "Authorized SSH keys for this container:"; } NF>=2 {print $NF;}' -- 2.25.1