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

Can't work with a windows server host #425

Open
hustmana opened this issue Jun 27, 2024 · 1 comment
Open

Can't work with a windows server host #425

hustmana opened this issue Jun 27, 2024 · 1 comment
Labels
bug Something isn't working waiting Waiting for confirmation, more information, ...

Comments

@hustmana
Copy link

image
image

I have to install a old version to make it work with a windows server host, but still with warning.
image

Sshfs is great and is very useful for me.
Thanks

@SchoofsKelvin
Copy link
Owner

The extension should support Windows hosts, but there might be something unexpected going wrong.

This issue would be easier to solve with (debug) logs, so please follow these steps:

  • Add DEBUG_SSH2 to the sshfs.flags array in VS Code's User Settings (settings.json)
    e.g. "sshfs.flags": ["DEBUG_SSH2"]
    • See this issue for more information about adding flags
  • If you already have a connection open, close it completely (or even reload the window)
  • Go to Output > SSH FS and copy the log from there after replicating your bug
  • While it should censor passwords/passphrases, I recommend checking it for (other) sensitive data first.
    (especially since DEBUG_SSH2 activates some internal logging, which is less likely to be censored)

@SchoofsKelvin SchoofsKelvin added bug Something isn't working waiting Waiting for confirmation, more information, ... labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting Waiting for confirmation, more information, ...
Projects
None yet
Development

No branches or pull requests

2 participants