Skip to end of metadata
Go to start of metadata
You are viewing an old version of this content. View the current version.
Compare with Current
View Version History
« Previous
Version 5
Next »
Linux (Ubuntu)
1) Allow user to log in via SSH
"sudo nano /etc/sssd/sssd.conf"
- Using an account with 'sudo' privileges, edit the sssd.conf file located at the path above.
- To give a user access to log in, add their NetID to the 'simple_allow_users' line. If this line does not exist, you can create it. The list of users must be comma-separated.
- Restart the sssd service: sudo systemctl restart sssd.service OR reboot the system.
2) Provide 'sudo' (admin) privileges
"sudo usermod -aG sudo <netid>"
- Using an account with 'sudo' privileges, run the above command, substituting in the user's netid