瀏覽代碼

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 年之前
父節點
當前提交
01d39de42d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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));