Bug 671892
Summary: | AuthorizedKeysCommand doesn't work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ruben Kerkhof <ruben> |
Component: | openssh | Assignee: | Jan F. Chadima <jchadima> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jchadima, mgrepl, tmraz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-17 07:50:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ruben Kerkhof
2011-01-22 16:04:44 UTC
Hi Jan, This does happen on rawhide as well. Would you mind taking a look, this is preventing me from upgrading all my machines from F-13 to F-14 please test openssh-5.8p1-10.fc16.1 and modify the configuration according to HOWTO.ldap-keys and report the result please Yes, this works, thanks. Using a shellscript as a wrapper feels a bit hackish though. I take it you're going to modify ssh-ldap-helper to just accept the user without the -s so the wrapper isn't needed? the ssh-ldap-helper have another possible parameters. IMHO the wrapper is pretty fine solution. Ok, fair enough. HOWTO.ldap-keys says you have to use: AuthorizedKeysCommand /usr/libexec/openssh/ssh-ldap-wrapper But I could only get it working by quoting the command: AuthorizedKeysCommand "/usr/libexec/openssh/ssh-ldap-wrapper" everything is repaired in current rawhide |