Skip to content

Commit

Permalink
Bug 1795: Stored password is not used for keyboard interactive authen…
Browse files Browse the repository at this point in the history
…tication prompt with specified prompt title

https://winscp.net/tracker/1795

Source commit: 5cbed0eaa37809bdd547eb616d45cbdd13de537c
  • Loading branch information
martinprikryl committed Oct 3, 2019
1 parent eb6f121 commit 01d39de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/putty/ssh2userauth.c
Expand Up @@ -1327,6 +1327,7 @@ static void ssh2_userauth_process_queue(PacketProtocolLayer *ppl)

sb = strbuf_new();
if (name.len) {
put_datapl(sb, PTRLEN_LITERAL("SSH server: ")); // WINSCP
if (s->ki_scc) {
stripctrl_retarget(s->ki_scc,
BinarySink_UPCAST(sb));
Expand Down

0 comments on commit 01d39de

Please sign in to comment.