-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi,
i am using SSHFS-Win Manager 1.3.1 on Windows 11 Pro 25H2 Build 26200.7462 with 5 configured ssh connections to openssh servers hosted on different linux machines (Ubuntu, HassOS, Enigma, ...).
When configuring them with "connect on startup" it is working: all connections are connected and mounted correctly.
But: only one of them goes into "connected" state.
This can happens even with only 2 connections configured for "connect on startup".
You can see this with the rotating "connecting" icon in the UI and in the configration file, which also stores the state of each connection, seeing the "status": "connecting" entries for already connected connections. Only one has a "status": "connected" entry.
vuex.json (anonymized)
{
"state": {
"Data": {
"connections": [
{
"advanced": {
"connectOnStartup": false,
"customCmdlOptions": [],
"customCmdlOptionsEnabled": false,
"reconnect": true
},
"authType": "key-file",
"folder": "/",
"host": "host.tld",
"key": "",
"keyFile": "key.id_ed25519",
"mountPoint": "D:",
"name": "host:/",
"password": "",
"pid": null,
"port": 22,
"preferredMountPoint": null,
"status": "connecting",
"user": "user",
"uuid": "b4b2e6c6-1368-4d96-a25a-47b758920168"
},
{
"advanced": {
"connectOnStartup": false,
"customCmdlOptions": [],
"customCmdlOptionsEnabled": false,
"reconnect": true
},
"authType": "key-file",
"folder": "/",
"host": "host.tld",
"key": "",
"keyFile": "key.id_ed25519",
"mountPoint": "E:",
"name": "host:/",
"password": "",
"pid": null,
"port": 22,
"preferredMountPoint": null,
"status": "connected",
"user": "user",
"uuid": "d6463300-d609-4a5e-9fd4-10ba3d94f2a4"
},
{ ... },
{ ... },
{ ... },
]
},
"Settings": {
"settings": {
"sshfsBinary": "C:\\Program Files\\SSHFS-Win\\bin\\sshfs.exe",
"startupWithOS": true,
"displayTrayMessageOnClose": true,
"processTrackTimeout": 15,
"showDebugPanel": false
}
}
}
}
At first glance it looks like just a cosmetic issue, but it actually has an impact: you can no longer edit the these connections, because in any state other that but "disconnected" you are not able to change any settings for it.
Probably a simple serialization like "connect one after the other" could fix the problem? Just a thought.
My workaround was to
- stop SSHFS-Win Manager
- manually edit the vuex.json file and disabled all "connectOnStartup" entries with a text editor.
- restart