chore: add documentation to the coder ssh command regarding feature parity with ssh (#17827)

Closes
[coder/internal#628](https://github.com/coder/internal/issues/628)

---------

Co-authored-by: M Atif Ali <atif@coder.com>
This commit is contained in:
brettkolodny
2025-05-14 15:42:44 -04:00
committed by GitHub
parent 9093dbc516
commit 73251cf5b2
4 changed files with 16 additions and 0 deletions

View File

@ -92,6 +92,7 @@ func (r *RootCmd) ssh() *serpent.Command {
Annotations: workspaceCommand,
Use: "ssh <workspace>",
Short: "Start a shell into a workspace",
Long: "This command does not have full parity with the standard SSH command. For users who need the full functionality of SSH, create an ssh configuration with `coder config-ssh`.",
Middleware: serpent.Chain(
serpent.RequireNArgs(1),
r.InitClient(client),