-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSUSE Tumbleweed: cannot find the credential public key for this user #42
Comments
I have further debugged this and the reason for this is that Instead of: WSL-Hello-sudo/wsl_hello_pam/src/auth.rs Line 188 in 75ea67c
this: let user_name = "me"; |
BTW this is the the for $ cat /usr/etc/pam.d/sudo
#%PAM-1.0
auth sufficient pam_wsl_hello.so
auth include common-auth
account include common-account
password include common-password
session optional pam_keyinit.so revoke
session include common-session
# session optional pam_xauth.so You can add the same first line to |
I assume this is because openSUSE by default configures
You will also need to uncomment the line
and add your user to the |
Thx @Cu3PO42 - this worked. So the short version for openSUSE is:
|
And th /usr/etc/pam.d/ has been moved to /usr/lib/pam.d now. |
When you run WSL Hello with OpenSUSE Tumbleweed it results in an error:
The text was updated successfully, but these errors were encountered: