mirror of https://github.com/wolfSSL/wolfssh.git
commit
03f77d1de5
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue