vifm used with sshfs is very handy for me on daily basis working with ssh nodes.
One issue that I have is this:
- Change from ssh folder to a local folder
- Restart ssh node
- After loading, I can't connect to the node again. The only solution is to restart vifm.
I get this error:

I tried deleting the folder ~/.local/share/vifm/fuse/002_sra_01.ssh, but then trying to reconnect (without restarting) resulted in this error:

It seems that vifm somehow knows about the history of connections and tried to re-use the folder that was previously used to mount ssh, an it can't use it.
I have to restart vifm a LOT of times every day. I would appreciate any suggestions.
One side question - I have this in my vifmrc:
" SshMount
filetype *.ssh
\ {Mount with sshfs}
\ FUSE_MOUNT2|sshfs %PARAM %DESTINATION_DIR %FOREGROUND,
Where does vifm get the %PARAM %DESTINATION_DIR %FOREGROUND from. I want to try re-executing the exact same command that vifm is using in terminal.