Skip to content

[FEAT]: support ssh forward agent #2654

Open
@tcurdt

Description

@tcurdt

Describe the need

It would be great if the Github provider could re-use the auth provided through the ssh-agent and would not require a token.

With ForwardAgent yes and

  connection {
    type  = "ssh"
    user  = "root"
    host  = self.ipv4_address
    agent = true
  }

terraform does support connections to the remote machine via agent.

It would be great if the Github provider could do the same.

SDK Version

No response

API Version

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: TriageThis is being looked at and prioritizedType: FeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions