https://bugzilla.mindrot.org/show_bug.cgi?id=2346
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2541|0 |1 is obsolete| | --- Comment #1 from Jakub Jelen <[email protected]> --- Created attachment 2542 --> https://bugzilla.mindrot.org/attachment.cgi?id=2542&action=edit proposed git patch Sorry, one more thing to make it complete: * HostCertificate is written with wrong name: HostKey Can be resolved adding: @@ -2185,7 +2185,7 @@ dump_config(ServerOptions *o) o->authorized_keys_files); dump_cfg_strarray(sHostKeyFile, o->num_host_key_files, o->host_key_files); - dump_cfg_strarray(sHostKeyFile, o->num_host_cert_files, + dump_cfg_strarray(sHostCertificate, o->num_host_cert_files, o->host_cert_files); dump_cfg_strarray(sAllowUsers, o->num_allow_users, o->allow_users); dump_cfg_strarray(sDenyUsers, o->num_deny_users, o->deny_users); -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
