home · contact · privacy
Do not set shell in init_user scripts as its absence alerts to not having run setup_s...
[config] / bullseye / setup_scripts / init_user_login.sh
index 35075d009faad75f8df0b11c7ea4f635cbc377c8..21a8062276707e16790d062de842f07f8f8115f5 100755 (executable)
@@ -31,7 +31,7 @@ echo 'Asking for new root password.'
 ssh root@"${server}" "passwd"
 
 # Set up plom's ~/.ssh/authorized_keys from root's.
-ssh root@"${server}" 'useradd -m plom -s /bin/bash'
+ssh root@"${server}" 'useradd -m plom'
 ssh root@"${server}" 'mkdir /home/plom/.ssh'
 ssh root@"${server}" 'chown plom:plom /home/plom/.ssh'
 ssh root@"${server}" 'cp /root/.ssh/authorized_keys /home/plom/.ssh/'