Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feat: Add flag and env variable for identity agent incoder ssh #1887

Closed
Assignees
mafredri
Labels
apiArea: HTTP API
@mafredri

Description

@mafredri

What is your suggestion?

We should add a flag and env variable for the equivalent ofIdentityAgent in SSH configs. These would becoder ssh --identity-agent /path/to/auth.sock andCODER_SSH_IDENTITY_AGENT=/path/to/auth.sock. There is no shorthand flag for this in SSH, so I don't think we need one here.

Why do you want this feature?

This is a useful feature for users or organizations using multiple SSH identity agents and avoids situations where the user needs to work around the limitation by changing theSSH_AUTH_SOCK env variable.

Are there any workarounds to get this functionality today?

There are two:

  • Use SSH and change config, e.g.coder config-ssh -o 'ForwardAgent=yes' -o 'IdentityAgent "~/my/agent.sock"'
  • Modify theSSH_AUTH_SOCK env variable

Are you interested in submitting a PR for this?

Yes.

Metadata

Metadata

Assignees

Labels

apiArea: HTTP API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp