diff --git a/entrypoint b/entrypoint index d7d869d..71387c8 100755 --- a/entrypoint +++ b/entrypoint @@ -61,13 +61,12 @@ function createUser() { chown root:root /home/$user chmod 755 /home/$user - if [ -z "$pass" ]; then - pass="$(tr -dc A-Za-z0-9 > /home/$user/.ssh/authorized_keys