Skip to content

Unable to configure filesync or connect via SSH #131

@matifali

Description

@matifali

While trying out Fileync in v0.3.0, It always fails with this error.

I have tried,

  1. Quitting and Restarting Coder Desktop
  2. Uninstalling and Reinstalling Coder Desktop
  3. Logging Out and Logging back in
Image

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,

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions