aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2018-08-14 15:40:32 -0700
committerJake Buchholz <tomalok@gmail.com>2018-08-14 15:40:32 -0700
commiteaef72fef992e008b854f6a50d40f37c19688fb5 (patch)
tree99076cebbf3b73c78b5d45e4a33cfea31a540707
parent2c5f667acb335b382cd9c01e43e78f9aff3a7358 (diff)
downloadtiny-ec2-bootstrap-eaef72fef992e008b854f6a50d40f37c19688fb5.tar.bz2
tiny-ec2-bootstrap-eaef72fef992e008b854f6a50d40f37c19688fb5.tar.xz
tiny-ec2-bootstrap-eaef72fef992e008b854f6a50d40f37c19688fb5.zip
scramble --> disable passwords
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae6ad63..1e6e655 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ those things. Instead it supports:
32- setting system hostname 32- setting system hostname
33- install user's configured SSH keys to the alpine user's authorized_keys file 33- install user's configured SSH keys to the alpine user's authorized_keys file
34- run any script-like user data (must start with #!) 34- run any script-like user data (must start with #!)
35- scramble root and alpine password 35- disable root and alpine password
36- resize root partition to available disk space 36- resize root partition to available disk space
37 37
38These steps only run once. After the initial bootstrap the bootstrapper script 38These steps only run once. After the initial bootstrap the bootstrapper script