Closed mgolisch closed 2 months ago
Hi @mgolisch, thanks for opening the issue. We'll release a new version (v0.0.15) in a couple of minutes, reverting back to the default behaviour of using your shells SSH client.
Let me know if this solves your issue
Closing due to inactivity, let us know if this issue still persists
Devpod: 0.5.16 ssh-provider: 0.0.14
I am trying to setup the ssh provider with a server that only allows login with ssh certificates. It allways fails but the ssh command output in the debug output works fine. The same works fine on a linux machine with the same devpod + ssh provider version.
I asume this is because that go based ssh client workaround only supports publickey authentication. Any plans on extending that?