add back in password auth

pull/182/head
Jacob Barthelmeh 2019-07-24 09:21:44 -06:00
parent f07b134f20
commit 318c6429fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;