Browse Source

Bug 1795: Stored password is not used for keyboard interactive authentication prompt with specified prompt title

https://winscp.net/tracker/1795

Source commit: 5cbed0eaa37809bdd547eb616d45cbdd13de537c
Martin Prikryl 6 years ago
parent
commit
01d39de42d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/putty/ssh2userauth.c

+ 1 - 0
source/putty/ssh2userauth.c

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