-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Feature]: Command to connect to a running instance via SSH #1343
Comments
I guess the same command may be helpful also for gateways. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant. |
This issue is stale because it has been open for 30 days with no activity. |
It's better to solve the problem via #1673 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
There are many situations where you want to connect to a running instance via SSH, such as for debugging, monitoring, or testing. It would be helpful to have a command for this.
Solution
Implement command
dstack pool ssh <instance_name>
to connect to instance by instance name.Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: