diff --git a/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_11_f818dadfa541520ac7ad2409b9174776._comment b/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_11_f818dadfa541520ac7ad2409b9174776._comment new file mode 100644 index 0000000000..0dc8ba08e8 --- /dev/null +++ b/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_11_f818dadfa541520ac7ad2409b9174776._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 11""" + date="2022-01-03T16:22:05Z" + content=""" +Ok, you've ruled out my theory about -T, and stdin is being connected up +through ssh correctly it looks like. + +One other thing to try would be to enable ssh verbose debugging, +by running: `git config annex.ssh-options "-v -v -v"` +And perhaps that will give a clue. + +But I think the signs are pointing to you needing to change something +about your ssh installation on Windows. Perhaps a different version of ssh +for Windows would support the GUI password prompt. Normally, ssh comes +from Git for Windows, which bundles a ssh, and I think that one does +support the GUI prompt. Do you have some other ssh build installed? +"""]]