From 50cfc4e71f193f7becb1b20a6167612c1cc67ef8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Dec 2021 12:46:47 -0400 Subject: [PATCH] comment --- ...ent_5_81f23cf6fe835358c9b88af50eab22a5._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/get__58___no_passphrase_ask_for_the_2nd_ssh_invocation/comment_5_81f23cf6fe835358c9b88af50eab22a5._comment 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. +"""]]