This commit is contained in:
Joey Hess 2021-12-13 12:46:47 -04:00
parent 3e199a558d
commit 50cfc4e71f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.
"""]]