I have the below in /etc/fstab
and when I cd ~/dat0
and then do anything in there e.g. tab complete, it takes 10 seconds every time. I.e. it doesn't cache anything.
Is there something that can be done to speed this up?
ss@dat0: /home/ss/dat0 fuse.sshfs defaults,_netdev,identityfile=/home/ss/.ssh/id_rsa,uid=1000,gid=1000,allow_other 0 0
What system are you on? What versions of sshfs and fuse are you running? I'm on ubuntu server 18.04 and using authorized keys for auth.
This my fstab:
and versions:
Here's some output from timing ls -l
A remote directory with 1259 files or folders listed pretty quickly.
I don't know if it may make a difference or not but I also have:
In my /etc/ssh/sshd_config file. It speeds up initial logins