diff --git a/app/gitspace/orchestrator/template/templates/manage_user.sh b/app/gitspace/orchestrator/template/templates/manage_user.sh index f5955efbb..16157fc23 100644 --- a/app/gitspace/orchestrator/template/templates/manage_user.sh +++ b/app/gitspace/orchestrator/template/templates/manage_user.sh @@ -44,6 +44,7 @@ if [ "ssh_key" = "$accessType" ] ; then echo $accessKey > $homeDir/.ssh/authorized_keys chmod 600 $homeDir/.ssh/authorized_keys chown -R $username:$username $homeDir/.ssh + echo "$username:" | chpasswd -e elif [ "user_credentials" = "$accessType" ] ; then echo "$username:$accessKey" | chpasswd else