Yoichi Kawasaki
Yoichi Kawasaki
@snobu That’s a brilliant idea!! Let’s try!
@caliburn1994 I'm sorry for very very late reply. > what is the password of myuser? the pasword you need to give is the one you typed in generating public/private rsa...
i'll be closing the issue. Please feel free to open the issue if you have any question. Thanks!
@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...
In addtion, Adding options like `-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa` would work for newer ssh client scenario!!
@janbols @nippyin (I'm very sorry for the slow response) Thank you for reaching out! First of all, please make sure you use the latest version of ssh-jump (`0.7.0`). If it's...
@nippyin @janbols One more request from me 🙏 Can you please try [this version](https://raw.githubusercontent.com/yokawasa/kubectl-plugin-ssh-jump/fix-permission-denied-issue/kubectl-ssh-jump) directly like this and let me know how it works? ```bash # download kubectl-ssh-jump curl https://raw.githubusercontent.com/yokawasa/kubectl-plugin-ssh-jump/fix-permission-denied-issue/kubectl-ssh-jump...
@janbols thanks for your testing! Your reported issue can be resolved with [this version](https://raw.githubusercontent.com/yokawasa/kubectl-plugin-ssh-jump/fix-permission-denied-issue/kubectl-ssh-jump). I'll release a new version shortly. I'll let you know once the new version gets available...
@nippyin your reported issue is due to different cause. I opened another issue https://github.com/yokawasa/kubectl-plugin-ssh-jump/issues/16.
@janbols Now [ssh-jump-v0.7.1](https://github.com/yokawasa/kubectl-plugin-ssh-jump/releases/tag/0.7.1) is available. Please update it with krew ``` # update kubectl krew update ssh-jump # show info kubectl krew info ssh-jump NAME: ssh-jump INDEX: default URI: https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.7.1.zip...