Stackscripts issue with username/password
TIA for your consideration, V.
# # # # # # # foo@foo.net"/>
# # # source # check these three out
source
source
system_update
set_hostname "$HOSTNAME"
set_timezone "$TIMEZONE"
exec &> /root/stackscript.log
systemadduser(foo2, foo2pwd, sudo)
systemadduser(foo3, foo3pwd, sudo)
….
Add deploy user
log "Adding deploy user, and ssh key."
systemadduser $DEPLOYUSER $DEPLOYPASSWORD "users,sudo"
systemuseraddsshkey $DEPLOYUSER "$DEPLOYSSHKEY"