From: Sam Date: Tue, 19 Jan 2016 08:38:47 +0000 (+1100) Subject: Update standalone.yml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e5eeadb3ab7ba677f749ca3ffd933f13b2c8b3d8;p=discourse_docker.git Update standalone.yml --- 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;}'