https://bugzilla.mindrot.org/show_bug.cgi?id=3507
Iain Morgan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Iain Morgan <[email protected]> --- This looks like a client-side issue to me. The client logs indicate that no host based authentication packet was sent. Since EnableSSHKeysign is set in the ssh_config, this probably means that the permissions are incorrect on either the ssh-keyskgn executable or the private host keys. Note that on Red Hat, ssh-keyskgn is normally setgid to group ssh_keys, and the private keys are expected to be readable by that group. Whereas, stock OpenSSH expects the private keys to be readable only by root and thus ssh-keyskgn should be setuid root. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
