From 81b17de7f79fd5ac3ac8f1d99bcb9d8d3b8377ea Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 28 Jan 2021 19:02:21 +0100 Subject: [PATCH] config: Support more identity files in configuration Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit a9061ab434c5789c7e369b8819625ae38ed62005) --- src/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.c b/src/config.c index a08e41b8..54ada276 100644 --- a/src/config.c +++ b/src/config.c @@ -425,6 +425,7 @@ ssh_config_parse_line(ssh_session session, opcode != SOC_HOST && opcode != SOC_MATCH && opcode != SOC_INCLUDE && + opcode != SOC_IDENTITY && opcode > SOC_UNSUPPORTED) { /* Ignore all unknown types here */ /* Skip all the options that were already applied */ if (seen[opcode] != 0) {