-
Notifications
You must be signed in to change notification settings - Fork 876
Add support to for running commands in workspace via coder ssh workspace [command]
#2154
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
Closed
Tracked by
#10759
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Re-opening due to: #10364 |
+1 |
32 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Add support to for running commands in workspace via
coder ssh workspace [command]
where[command]
is immediately run on the workspace instead of a login shell.This feature should behave like
ssh coder.workspace [command]
.(I'm writing this as a feature request, although I do think it could classify as a bug/missing core functionality.)
Are there any workarounds?
Yes, use
ssh
instead ofcoder ssh
.Notes
There are other limitations to
coder ssh
as well, like not reading standard input, for instance:I think for
coder ssh
to be the most useful, it should have greater feature parity with plainssh
.The text was updated successfully, but these errors were encountered: