Hi folks, As discussed on the list, this patch set adds an option to load a host key of generic type. Right now, it repurposes SSH_BIND_OPTIONS_HOSTKEY, since it seemed like this is what we decided on, but I am happy to create another option instead since this could potentially break existing code.
Changes since v1: - Style fix suggested by Andreas - Rebase on new master to avoid caveats as described in prior cover letter (i.e. needing to come after other outstanding patches) Alan Dunn (3): options: Repurpose SSH_BIND_OPTIONS_HOSTKEY to load host keys doc: Document new meaning of SSH_BIND_OPTIONS_HOSTKEY examples: Update ssh_server_fork for new SSH_BIND_OPTIONS_HOSTKEY examples/ssh_server_fork.c | 10 +++--- src/options.c | 80 +++++++++++++++++++++++++++++++------------- 2 files changed, 63 insertions(+), 27 deletions(-) -- 1.7.9.5
