You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying out Fileync in v0.3.0, It always fails with this error.
I have tried,
Quitting and Restarting Coder Desktop
Uninstalling and Reinstalling Coder Desktop
Logging Out and Logging back in
Additionally, I am using the latest Coder CLI, which has the SSH suffix changes for config-ssh.
So I tried coder logout, and the error updates to,
This makes me think that Coder Desktop is trying to use the CLI instead of the Coder Connect tunnel.
Here is the relevant ~/.ssh/config snippet
# ------------START-CODER-----------
# This section is managed by coder. DO NOT EDIT.
#
# You should not hand-edit this section unless you are removing it, all
# changes will be lost when running "coder config-ssh".
#
Host coder.* *.coder
ConnectTimeout=0
StrictHostKeyChecking=no
UserKnownHostsFile=/dev/null
LogLevel ERROR
ProxyCommand /usr/local/bin/coder --global-config "/Users/matifali/Library/Application Support/coderv2" ssh --stdio --ssh-host-prefix coder. --hostname-suffix coder %h
# ------------END-CODER------------
Additional Info
Coder CLI version: Coder v2.21.0-devel+44ddc9f65 Tue Apr 8 14:35:13 UTC 2025 coder/coder@44ddc9f
The text was updated successfully, but these errors were encountered:
I was able to reproduce a similar issue running Coder Desktop v0.3.0, and with an SSH config applied by the CLI running v2.21.0-devel+f2fb0caf4. I was only able to reproduce an issue when creating a file sync session against a workspace for the first time, where the Mutagen agent binary needs to be copied across, which might take some time.
2025-04-10 14:46:48.720321 [I] [sync.sync_WvGKVCEX] Beta connection failure: unable to connect to endpoint: unable to dial agent endpoint: unable to install agent: unable to copy agent binary: unable to run SCP process: Connection timed out during banner exchange\r...
Against a workspace with the agent binary already installed, I found no issues.
While trying out Fileync in v0.3.0, It always fails with this error.
I have tried,
Additionally, I am using the latest Coder CLI, which has the SSH suffix changes for
config-ssh
.So I tried
coder logout
, and the error updates to,This makes me think that Coder Desktop is trying to use the CLI instead of the Coder Connect tunnel.
Here is the relevant
~/.ssh/config
snippetAdditional Info
Coder CLI version: Coder v2.21.0-devel+44ddc9f65 Tue Apr 8 14:35:13 UTC 2025
coder/coder@44ddc9f
The text was updated successfully, but these errors were encountered: