mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
SSH into Container #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AngeloBestetti on GitHub (Oct 21, 2024).
Is there a way to SSH into container or server?
@mbecker20 commented on GitHub (Oct 21, 2024):
Hey, Komodo cannot do either. For connecting to running container terminal there is this existing issue here: https://github.com/mbecker20/komodo/issues/75.
For the more general server SSH. It is possible to create in terminal experience from a browser interface, others have done it. I do not see a way to do it without significant engineering effort, there are lots of things for this to work in secure way. Also, there will be edge cases to connect to the server, for example all our SSH is gated behind two factor authentication before you can SSH in. While of course I see the value this feature would add, server level SSH is not a priority relative to Docker Swarm / Kubernetes support, system admins should still keep their
.ssh/configfile around, or use one of many existing SSH client systems. And anyways with Komodo, the need to SSH should be limited to system admins at least, regular non admin developers generally will not need any SSH access to develop and deploy with Komodo.@NobinKhan commented on GitHub (Mar 13, 2025):
Reference:
Can we get the feature to ssh into server and container?
It's very important feature. Also It will be great if there is a way to add, create and store ssh keys. those keys will be used to access servers or git repos or anywhere it's needed. @mbecker20