|
Bugzilla – Full Text Bug Listing |
| Summary: | unable to su - to a user that has a SSH-key when pam_ssh is in use | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Christoph Obexer <cobexer> |
| Component: | Basesystem | Assignee: | Vítězslav Čížek <vcizek> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | vcizek |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Christoph Obexer
2012-07-20 18:11:57 UTC
Take a look at bug #730851. This looks like a problem with your pam settings. pam_unix2 module takes the password passed from previous module, so your ssh passphrase gets passed to pam_unix2 and the su fails. I suggest not to use pam_ssh as auth module. Try changing "auth" to "session" for pam_ssh in your settings. A duplicate of bug 730851. *** This bug has been marked as a duplicate of bug 730851 *** |