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

Implementing ssh-agent forwarding #14

Closed
wants to merge 6 commits into from
Closed

Implementing ssh-agent forwarding #14

wants to merge 6 commits into from

Conversation

rupor-github
Copy link

This requires changes in github.com/theairkit/runcmd, pull request (https://github.com/theairkit/runcmd/pull/5) has been submitted.

@@ -770,6 +776,17 @@ func createRunnerFactory(
timeouts,
), nil

case sshForwarding:
sock := os.Getenv("SSH_AUTH_SOCK")
if sock == "" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should run gofmt

@kovetskiy
Copy link
Member

Hi, thanks for the contribution, after merging runcmd pull-request you need add commit with updating git submodule revision for github.com/theairkit/runcmd.

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.

2 participants