Bug 959493
| Summary: | AuthorizedKeysCommand set without AuthorizedKeysCommandUser | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dean Hunter <deanhunter> |
| Component: | freeipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | abokovoy, mattias.ellert, mgrepl, mkosek, plautrba, rcritten, ssorce, tmraz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-03 18:30:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dean Hunter
2013-05-03 15:47:59 UTC
What is this trying to tell me: Updating : openssh-server-6.2p1-4.fc19.x86_64 1290/2927 warning: /etc/ssh/sshd_config created as /etc/ssh/sshd_config.rpmnew Updating : coolkey-1.1.0-22.fc19.x86_64 1291/2927 This is just saying that the openssh-server package provides a new default configuration file and rather than overwriting the current file, it creates it under a new name so you can manually merge in any changes. Marking as a duplicate. In openssh-server 6.2 they subtly changed some of the directives that we had been using in 6.1 and earlier. This is fixed in freeupa upstream but not yet included in a Fedora release. *** This bug has been marked as a duplicate of bug 953617 *** What is the work-around until fix arrives? Do I need to try to reconcile the differences in the files? There were quite a few /etc/*.rpmnew files created: [root@ipa ~]# find /etc -type f -name *.rpmnew /etc/pam.d/password-auth.rpmnew /etc/pam.d/postlogin.rpmnew /etc/pam.d/system-auth.rpmnew /etc/openldap/ldap.conf.rpmnew /etc/named.conf.rpmnew /etc/security/limits.conf.rpmnew /etc/krb5.conf.rpmnew /etc/nsswitch.conf.rpmnew [root@ipa ~]# Are they all part of the same problem? |