-
Notifications
You must be signed in to change notification settings - Fork 881
JetBrains Fleet can't connect to a coder workspace due to missing support for ProxyCommand
#9532
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
Comments
.ssh/config
fileProxyCommand
Can we not have the target be a host configured in the ssh config? |
When I put in my workspace name from the configured ssh, I see this in my loga:
So it seems to be working, but there is an issue with some key exchange. I did this with another host config (not a coder workspace) and got it to work. |
@Emyrk Fleet does read |
seems related to #9673
|
As per version 1.24.x Fleet now supports |
Hopefully, this will be fixed as 1.25.x is released. |
As per Fleet version 1.25.206, Fleet can successfully connect to coder workspaces.
|
Can we do something to support IDEs that accept a direct ssh target?Someone requested this here https://youtrack.jetbrains.com/issue/FL-21135/Improve-SSH-configuration-support#focus=Comments-27-7952683.0-0
and
https://youtrack.jetbrains.com/issue/FL-21144/Add-support-for-ProxyCommand-config-option
Update: Fleet does read
.ssh/config
automatically, and we only need to pass the Hostname. The issue is it does not supportProxyCommand
yet. Please take a look above for details.Update (02-10-2023): Fleet now supports
ProxyCommand
but still has a few bumps to level up.The text was updated successfully, but these errors were encountered: