diff --git a/versions/master/airootfs/fast_install_stage2.sh b/versions/master/airootfs/fast_install_stage2.sh index 28deba6..c0cc1b6 100644 --- a/versions/master/airootfs/fast_install_stage2.sh +++ b/versions/master/airootfs/fast_install_stage2.sh @@ -69,7 +69,7 @@ usermod -a -G wheel slurm echo "%sudo ALL=(ALL:ALL) ALL" >> /etc/sudoers echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers -useradd -m -G users,sudo -s /bin/bash maintenance +useradd -m -G users,wheel -s /bin/bash maintenance ssh-keygen -t ed25519 -C "maintenance" -f /root/.ssh/maintenance -N '' mkdir /home/maintenance/.ssh diff --git a/versions/slave/airootfs/fast_install_stage2.sh b/versions/slave/airootfs/fast_install_stage2.sh index 6bdda21..45b9574 100644 --- a/versions/slave/airootfs/fast_install_stage2.sh +++ b/versions/slave/airootfs/fast_install_stage2.sh @@ -69,7 +69,7 @@ usermod -a -G wheel slurm echo "%sudo ALL=(ALL:ALL) ALL" >> /etc/sudoers echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers -useradd -m -G users,sudo -s /bin/bash maintenance +useradd -m -G users,wheel -s /bin/bash maintenance mkdir /home/maintenance/.ssh