Merge pull request #182 from JacobBarthelmeh/auth

add back in password auth
pull/184/head
John Safranek 2019-08-05 08:36:43 -07:00 committed by GitHub
commit 03f77d1de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;