Bug 704930
Summary: | AuthorizedKeysFile not working | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peng Tao <bergwolf> |
Component: | openssh | Assignee: | Jan F. Chadima <jchadima> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | jchadima, mattias.ellert, 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-05-17 02:33:08 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
Peng Tao
2011-05-16 03:28:12 UTC
1) repair all permissions of the authorized keys file including selinux lebel (restorecon). 2) check logs security and audit. 3) if step 1 works for you close this bugzilla 4) if does not please attach here your sshd_config and interesting pieces of the logs thx Also what is your output of # ls -lZ /home/bergwolf/.ssh It turns out to be May 16 17:57:31 Fedora15 sshd[11894]: Authentication refused: bad ownership or modes for directory /home/bergwolf/.ssh After doing chmod 700 .ssh, it works now. Thanks a lot, Jan and Miroslav. |