From 318c6429fbfb58cb4796ec9d95e485aae473c933 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 24 Jul 2019 09:21:44 -0600 Subject: [PATCH] add back in password auth --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 2ea973d..d3083fc 100644 --- a/src/internal.c +++ b/src/internal.c @@ -6840,7 +6840,7 @@ typedef struct WS_KeySignature { } WS_KeySignature; -static const char cannedAuths[] = "publickey"; +static const char cannedAuths[] = "publickey,password"; static const word32 cannedAuthsSz = sizeof(cannedAuths) - 1;