Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upPass standard input to ssh #3627
+2
−0
Conversation
bk2204
requested a review
from git-lfs/core
Apr 24, 2019
PastelMobileSuit
approved these changes
Apr 26, 2019
|
|
bk2204
merged commit fe8f700
into
git-lfs:master
Apr 26, 2019
6 checks passed
ci/circleci: bootstrap
Your tests passed on CircleCI!
Details
ci/circleci: build_with_earliest_supported_git
Your tests passed on CircleCI!
Details
ci/circleci: build_with_latest_git
Your tests passed on CircleCI!
Details
ci/circleci: build_with_system_git
Your tests passed on CircleCI!
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
bk2204
deleted the
bk2204:ssh-stdin
branch
Apr 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
bk2204 commentedApr 24, 2019
Some people have SSH prompt them for their passphrase when a key is used. In such a situation, the user needs to be able to enter a password on standard input so that they can use their key. When invoking ssh, pass our standard input through to the ssh process so that it can prompt the user if needed.