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

Pass standard input to ssh #3627

Merged
merged 1 commit into from Apr 26, 2019

Conversation

Projects
None yet
2 participants
@bk2204
Copy link
Contributor

commented Apr 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.

lfshttp: pass stdin to ssh
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.

@bk2204 bk2204 requested a review from git-lfs/core Apr 24, 2019

@PastelMobileSuit
Copy link
Contributor

left a comment

@bk2204 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 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
You can’t perform that action at this time.