Cannot access remote file systems using sftp or ssh without sys-fs/sshfs-fuse. Should be mentioned in the ebuild as an optional dependency. Reproducible: Always
What happens when you do try and it fails?
support for ssh:// urls is only available via "udevil" udevil shows an elog of optional dependencies including sshfs-fuse
Before sshfs-fuse was installed, trying to use ssh:// or sftp:// caused an error dialog to pop up. I can't remember what it said but it did not mention sshfs. I looked through log files and discovered it was trying to run sshfs so I tried installing sshfs-fuse and it solved the problem. I just uninstalled sshfs-fuse to see what happens and now when I try to use ssh:// or sftp:// a terminal opens with an error that says is cannot run sshfs. different behavior than before.
in spacefm: elog "To support ftp/nfs/smb/ssh URLs in the path bar you need:" elog " sys-apps/udevil" in udevil: elog " sys-fs/sshfs-fuse (mounting sftp shares)"
Good job, very prompt, thank you.