Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the execution of SSH commands with optional input. #1831

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Support the execution of SSH commands with optional input.

    Because the SSH exec functions do not currently support execution with
    input, some users (such as the podman-image-scp) must operate in two
    phases, first copying a file to the remote host, and then executing a
    command with shell redirection and removing the temporary file.
    
    This API extension allows those users to simplify their code and
    avoid the use of temporary files.
    
    Signed-off-by: Gordon Messmer <gordon.messmer@gmail.com>
    gordonmessmer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2681204 View commit details
    Browse the repository at this point in the history