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

Installing packages with ssh auth #115

Open
reelsense opened this issue Nov 12, 2019 · 1 comment
Open

Installing packages with ssh auth #115

reelsense opened this issue Nov 12, 2019 · 1 comment

Comments

@reelsense
Copy link

Feature request and a question:

There doesn't appear to be any detection of git ssh URI. When I pull from my private repositories I use a hardware GPG key as my git ssh authorization, since there is no easy way to exfiltrate the key. Can you add support for passing the raw ssh git URI and let git do the rest?

[email protected]:bpkg/bpkg.git
vs
https://github.com/bpkg/bpkg.git

Is there a way to install from a git clone on the local disk? I could just git clone everything to /tmp or /usr/local/src/ and use it like the ports system.

@reelsense
Copy link
Author

#94 Looks like it could solve my problem by allowing me to install from the local filesystem, sort of like the ports system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants