-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels