You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
I have searched the existing issues and found none that matched mine
Describe the issue
I am able to log in as a user without issue, but am unable to execute sudo. Although I get the sudo instruction when opening a new terminal, the password fails every time. There are a few related issues to this, such as #236 but nothing this specific.
Manually adding the suer to the sudo group does not resolve.
Manually adding the user to /etc/sudoers does not resolve. (Special care taken to escape the @ symbol in user name.)
Many, many, reboot and login/logout cycles later with other tweaks and I am at a loss. Any advice appreciated.
Steps to reproduce it
Shell:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
first.last@domain.com@ubuntu:~$ sudo whoami
[sudo] password for first.last@domain.com:
Sorry, try again.
[sudo] password for first.last@domain.com:
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the issue
I am able to log in as a user without issue, but am unable to execute sudo. Although I get the sudo instruction when opening a new terminal, the password fails every time. There are a few related issues to this, such as #236 but nothing this specific.
Manually adding the suer to the sudo group does not resolve.
Manually adding the user to
/etc/sudoers
does not resolve. (Special care taken to escape the @ symbol in user name.)Many, many, reboot and login/logout cycles later with other tweaks and I am at a loss. Any advice appreciated.
Steps to reproduce it
Shell:
The text was updated successfully, but these errors were encountered: