Skip to content

Conversation

@cgwalters
Copy link
Collaborator

This fixes a regression in the previous commit; the attachment takes over stdin and was competing with the ssh client. We have no need for interactivity, so don't pass stdin.

While we're here, also set up cancellation for the attachment so that we know the operation is done when exiting the function, as we also want to transfer ownership of stdout/stderr back.

This fixes a regression in the previous commit; the attachment
takes over stdin and was competing with the ssh client.  We
have no need for interactivity, so don't pass stdin.

While we're here, also set up cancellation for the attachment
so that we know the operation is done when exiting the function,
as we also want to transfer ownership of stdout/stderr back.

Signed-off-by: Colin Walters <walters@verbum.org>
@ckyrouac ckyrouac merged commit c7ee261 into bootc-dev:main May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants