diff --git a/dev-base/bootstrap.sh b/dev-base/bootstrap.sh index 796080b..84394de 100755 --- a/dev-base/bootstrap.sh +++ b/dev-base/bootstrap.sh @@ -6,7 +6,7 @@ if [[ -z "${SSH_PASS}" ]]; then export SSH_PASS=password fi -echo "${SSH_PASS}" | passwd --stdin +echo -e "${SSH_PASS}\n${SSH_PASS}" | passwd # start sshd service /etc/init.d/ssh start