Skip to content
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

fix: add option to use builtin SSH client, not enabled by default #32

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

pascalbreuninger
Copy link
Member

On some windows machines the builtin SSH library doesn't play well with DevPod. Originally we've tried to fix this by using our own SSH client. A couple of users reported this change broke their setup. We're rolling back the default on windows and instead offer it as a workaround via the USE_BUILTIN_SSH option. Updated readme for troubleshooting

On some windows machines the builtin SSH library doesn't play well with DevPod. Originally we've tried to fix this by using our own SSH client. A couple of users reported this change broke their setup. We're rolling back the default on windows and instead offer it as a workaround via the `USE_BUILTIN_SSH` option. Updated readme for troubleshooting
@pascalbreuninger pascalbreuninger force-pushed the fix/POD-694-builtin-ssh branch from 43fa3a9 to c6efcc3 Compare July 15, 2024 08:27
@pascalbreuninger pascalbreuninger merged commit 414cf94 into main Jul 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants