Bug 772641
Summary: | ssh hostbased authentification error messages about ssh keysign | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Edgar Hoch <edgar.hoch> |
Component: | openssh | Assignee: | Petr Lautrbach <plautrba> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | mattias.ellert, mgrepl, plautrba, 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: | 2012-02-28 14:00:17 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
Edgar Hoch
2012-01-09 13:52:30 UTC
Additional note: This configuration worked fine in Fedora 15 and previous versions. > could not open any host key
> ssh_keysign: no reply
> key_sign failed
Check your private key files permission. ssh-keysign is set to run as ssh_keys group so key files permissions should look like:
-rw-r-----. 1 root ssh_keys 668 Sep 12 15:00 ssh_host_dsa_key
-rw-r--r--. 1 root root 590 Sep 12 15:00 ssh_host_dsa_key.pub
-rw-r-----. 1 root ssh_keys 965 Sep 12 15:00 ssh_host_key
-rw-r--r--. 1 root root 630 Sep 12 15:00 ssh_host_key.pub
-rw-r-----. 1 root ssh_keys 1679 Sep 12 15:00 ssh_host_rsa_key
-rw-r--r--. 1 root root 382 Sep 12 15:00 ssh_host_rsa_key.pub
Did comment #c2 help you? I'm able to configure HostbasedAuthentication on F16 without any problem. Closing this now. Feel free to re-open it if comment #c2 doesn't help you. |