SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

No Config Discovered #319

Closed carolinesatriano closed 1 year ago

carolinesatriano commented 2 years ago

I have the same config as my teammates but I am not able to connect because of a configuration issue. The server is allowing me in. Is there a remediation for this?

Screen Shot 2022-01-03 at 10 39 37 AM
SchoofsKelvin commented 2 years ago

Your config's name is wimi, yet you're trying to use a config named ipcsmlaas, that's why it complains.

I don't know how you created a connection and ended up with it trying to connect to ipcsmlaas. I assume you're using some Git-committed workspace file that uses ssh://ipcsmlaas/... as workspace folder, or something similar. If your team is sharing configs like that, mind that your SSH FS configs should also match, or at least the Name field.

carolinesatriano commented 2 years ago

Thanks for the quick response. Now getting this directory error. Does that have to do with the private key or root?

On Jan 3, 2022, at 10:57 AM, Kelvin Schoofs @.***> wrote:

Your config's name is wimi, yet you're trying to use a config named ipcsmlaas, that's why it complains.

I don't know how you created a connection and ended up with it trying to connect to ipcsmlaas. I assume you're using some Git-committed workspace file that uses ssh://ipcsmlaas/... as workspace folder, or something similar. If your team is sharing configs like that, mind that your SSH FS configs should also match, or at least the Name field.

— Reply to this email directly, view it on GitHub https://github.com/SchoofsKelvin/vscode-sshfs/issues/319#issuecomment-1004223888, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQN3AZOF34FMWCWSQEVPOPDUUHIQBANCNFSM5LFSQC5Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.

SchoofsKelvin commented 2 years ago

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