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

Private key support (for git) #42

Open
wuputah opened this issue Feb 4, 2011 · 2 comments
Open

Private key support (for git) #42

wuputah opened this issue Feb 4, 2011 · 2 comments

Comments

@wuputah
Copy link
Contributor

wuputah commented Feb 4, 2011

While workarounds exist to get private keys to work for authenticating with git (using GIT_SSH env variable and a shell script), building support for this into BigTuna would make it much easier for people to use BigTuna with git. It will also enable people to use BigTuna on environments where they don't control the environment as readily, like Heroku.

[This is a new feature I am already working on, adding it here for visibility.]

@michalbugno
Copy link
Member

This is a workaround when people can't see the ssh public key of user which runs bigtuna and therefore can't add it to github keys?

@wuputah
Copy link
Contributor Author

wuputah commented Feb 6, 2011

Yes, Heroku being the prime example, but even on EngineYard the key configuration is somewhat strange - they do not put the private key in the standard place or add it using "ssh-add". This is where I first learned about the GIT_SSH trick.

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

No branches or pull requests

2 participants