Open Javekson opened 5 months ago
It's funny it even works for you. SSHFS-Win was never able to detect hosts from my config file even though ssh on powershell does normally. After reading your issue, I removed the comments in my config file, but unfortunately nothing changed.
I am having an issue using SSHFS-Win Manager to connect to a virtual machine. It appears that the issue is related to the presence of comments starting with # in the SSH configuration file
(C:\Users\Javekson\.ssh\config)
.Steps to reproduce:
Install and configure SSHFS-Win Manager. Create an SSH configuration file
(C:\Users\Javekson\.ssh\config)
with the following content:Run SSHFS-Win Manager and try to connect to the virtual machine.
Expected behavior: SSHFS-Win Manager should successfully connect to the virtual machine and mount a drive.
Actual behavior: SSHFS-Win Manager fails to connect to the virtual machine and does not mount a drive.
Temporary workaround: Remove all comments from the SSH configuration file
(C:\Users\Javekson\.ssh\config)
.