687
edits
Changes
→Fix the user created during installation (non-cloud)
usermod -a -G staff aram
passwd -l aram
Enable passwordless sudo for the staff group:
echo '%staff ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/91-staff-no-password
=== SSH ===