diff --git a/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_5_81f23cf6fe835358c9b88af50eab22a5._comment b/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_5_81f23cf6fe835358c9b88af50eab22a5._comment new file mode 100644 index 0000000000..c87e2071bc --- /dev/null +++ b/doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_5_81f23cf6fe835358c9b88af50eab22a5._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2021-12-13T16:41:26Z" + content=""" +What is the exit status of ssh when you run that? + +That would normally print out the AUTH-SUCCESS and block waiting for input +from stdin. Your transcript seems to show it closing immediately after that +output, unless perhaps you sent it a ctrl-d. + +So perhaps stdin is not getting connected through the `ssh -T`, +or something could be failing on the remote end. +"""]]