-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version v0.0.13 breaks on Windows #30
Comments
@siccous Thanks for opening this issue. Could you provide more details about your setup please? |
Hello Pascal, first of all sorry for my lacking issue description :) Already did my digging properly and the reason why it doesn't work for us is your PR #27 As you specified in the PR description we need to use an identity file now, that's little bit unlucky because we use ssh-agent. Why was this PR and the switch to internal Go SSH implementation needed? We use DevPod with SSH provider on Windows daily and never encountered any issue which you describe in your PR. |
Ah I see, thanks for digging into it!
The SSH provider didn't work on an out-of-the box windows 10 and 11 installation, therefore we had to switch. May I ask which ssh client you are using? |
Of course that would be much better for the end user. But rather I would like to help you to solve the issues you encountered, because we use the SSH provider on Windows many months without any issues.
It works for us :) SSH - OpenSSH_for_Windows_8.6p1, LibreSSL 3.3.3 SSH keys are added through the Windows native service OpenSSH Authentication Agent. We are connecting to regular Debian 12 servers (only special thing is using FreeIPA on them) and it works out of the box. I will gladly provide any other logs, details, etc... |
@pascalbreuninger any news? Can I help you somehow or should I create our own fork of ssh provider? |
Hey @siccous, the solution is relatively straightforward, we just need to find the time for it :) |
@pascalbreuninger I would like to help, but as I described it before the issue doesn't happen for us :) Can you please try to describe it from your end? Versions, environment, etc... |
can confirm. same issue here with 0.0.14. not getting the error with version 0.0.12.
Which works perfectly fine to execute the command requested in the error message DevPod version is v.0.5.16 |
Hello,
we can't connect through SSH after upgrading to version v0.0.13+
OS is Windows and the result is:
Please make sure you have configured the correct SSH host and the following command can be executed on your system:
ssh -oStrictHostKeyChecking=no -oBatchMode=yes xxx@xxx echo Devpod Test
Try enabling Debug mode under Settings to see a more verbose output
init: exit status 1
This doesn't happen in v0.0.12.
Thanks
The text was updated successfully, but these errors were encountered: