https://bugzilla.mindrot.org/show_bug.cgi?id=3461
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Damien Miller <[email protected]> --- The configure script is only used when building OpenSSH from source. It is never included in OS packages, like the Fedora ones you seem to be using. If you want to make compile-time changes, then you need to be working with the source and not your compiled OS packages. Fortunately, you don't need to do this to achieve your stated goal of disabling particular authentication methods. These are fully controllable via the run-time configuration. See the various *authentication options in your ssh_config and sshd_config manpages. -- 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
