You are not logged in.
Hi guys,
For several months I'm not able to connect to my remote VPS using Nemo file manager.
The connection is done via ssh with private key.
Vanilla ssh through the console works fine, as well as mounting drive via sshfs, so the problem must be with Nemo.
Has anyone experienced the same issue?
Last edited by mkdy (2023-06-09 22:40:04)
Offline
Finally I found the solution, the problem was with the firejail configs.
https://github.com/netblue30/firejail/issues/5816
Creating /etc/firejail/ssh.local with
whitelist ${RUNUSER}/gvfsd-sftp
helped me.
Offline