Update standalone.yml
authorSam <sam.saffron@gmail.com>
Tue, 19 Jan 2016 08:38:47 +0000 (19:38 +1100)
committerSam <sam.saffron@gmail.com>
Tue, 19 Jan 2016 08:38:47 +0000 (19:38 +1100)
samples/standalone.yml

index 4aac8c9bd9665618b7ed9c7f095cd1e4ac731941..a6e2cd388f27434a49a0ff60caf156e80f495afe 100644 (file)
@@ -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;}'