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

Use SSH agent for authentication #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use SSH agent for authentication #11

wants to merge 2 commits into from

Conversation

cschorn
Copy link

@cschorn cschorn commented Aug 23, 2014

This makes it possible to use agent authentication for hosts by specifying an agent key in the authentication section:

'auth' => array(
    'username' => 'shunt',
    'agent' => true,
)

A username must be provided and the key must be registered with the SSH agent.

@cschorn
Copy link
Author

cschorn commented Aug 26, 2014

I have no idea why this timed out ... it works well on my test server (Debian 7 w. the dotdeb packages).
Is there a way to retry the build or do I have to make a bogus commit?

@toopay
Copy link
Member

toopay commented Aug 27, 2014

@cschorn unlike jenkins, i believe there is no rebuild button there. Bogus commit is fine, i'll merge this once it getting passed. Otherwise, i'll need to investigate why it break, the patch seems harmless.

@acrobat
Copy link

acrobat commented Aug 29, 2014

@toopay maybe this is helpfull http://stackoverflow.com/a/17624403/1322550 ;) ("you need to have write access to the github repo")

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

Successfully merging this pull request may close these issues.

3 participants