Skip to content

feat: improve parity between coder ssh and ssh coder.<workspace> #17056

Closed
2 of 2 issues completed
Closed
@bpmct

Description

@bpmct

Problem Statement

coder ssh is a separate path from coder config-ssh && ssh <coder.workspace>. There are unpredictable behaviors.

  1. For starters, you cannot use coder ssh to just run "one shot command" and get it in stdout
     # works
     ssh coder.fresh ls
     # does not work 
     coder ssh fresh ls
  2. More importantly, it does not respect what you have set in .ssh/config, for example if you have special options around GPG forwarding, etc. This is the root of the customer issue

Proposal

Related Slack Thread

Sub-issues

Metadata

Metadata

Assignees

Labels

cliArea: CLImust-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions