Open tomislater opened 3 years ago
We can use different ports and different pods for instance 🤔
https://github.com/tomislater/kubectl-plugin-ssh-jump/blob/master/kubectl-ssh-jump here on my fork you will find some ideas
@tomislater thank you so much for your sharing your fork! I think your version is much simpler and better, which definitely gave me some ideas for future update 🚀 thanks again!!
In addtion, Adding options like -o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
would work for newer ssh client scenario!!
Hey 👋 great plugin! :)
It looks very promising, but I see that there are some problems if there is a one user, but with two connections.
Example:
Terminal 1:
Terminal 2:
Looks great so far, but if I log out from the machine-a:
It also closes a connection to machine-b
Do you have any suggestion how to deal with that problem? I can create a pod for every connection for example... But I need to edit the plugin then: https://github.com/yokawasa/kubectl-plugin-ssh-jump/blob/master/kubectl-ssh-jump#L131
I also wonder how it behaves if my whole team would want to ssh via this one pod :D I must run more tests...
Again, this plugin looks great!