SSH into Container #99

Closed
opened 2025-10-31 15:02:14 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @AngeloBestetti on GitHub (Oct 21, 2024).

Is there a way to SSH into container or server?

Originally created by @AngeloBestetti on GitHub (Oct 21, 2024). Is there a way to SSH into container or server?
GiteaMirror added the info label 2025-10-31 15:02:14 -05:00
Author
Owner

@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/config file 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.

@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/config` file 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.
Author
Owner

@NobinKhan commented on GitHub (Mar 13, 2025):

Reference:

  1. Termix
  2. Nexterm

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

@NobinKhan commented on GitHub (Mar 13, 2025): **Reference:** 1. [Termix](https://github.com/LukeGus/Termix) 2. [Nexterm](https://github.com/gnmyt/Nexterm) 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#99