sshfs
sshfs copied to clipboard
A network filesystem client to connect to SSH servers
Firstly, thanks for sshfs :) If I ssh into my server, it works: ``` $ ssh dev.home ___________________________ < You have no real enemies. > --------------------------- \ ^__^ \ (oo)\_______...
Hello, I wrote a program that extracts certain meta data from a large file (~100GB) mounted via sshfs. The extracted data is just about 1MB but this data is spread...
Hey. When mounting a filesystem via e.g.: ``` # /usr/sbin/mount.fuse3 user@host:/ /mnt -w -t fuse.sshfs -o nouser,nodev,noexec,nosuid,noatime,default_permissions,auto_unmount,setuid=someuser,drop_privileges,reconnect,idmap=user,disable_hardlink,IdentityFile=/etc/foo/ssh/id_ed25519,ServerAliveInterval=4,ServerAliveCountMax=2,ConnectTimeout=8,ControlPath=none read: Connection reset by peer ``` fails (in the above a example because...
Please describe the defaults for all the options in the man-page like the following, if they are not specified: - -o dir_cache=BOOL - -o dcache_max_size=N - -o dcache_clean_interval=N - -o...
First, sshfs is very useful and I'd like to thank you for your work. When sshfs cannot start, it prints `read: Connection reset by peer`. 1. --debug should be mentioned:...
brew install sshfs gives this error: ``` libfuse: Linux is required for this software ``` Full output of the brew install command: ``` ==> Downloading https://formulae.brew.sh/api/formula.jws.json ##O=# # ==> Downloading...
Uncached and cached results for readdir were inconsistent -- the former returned correct stat info for directory entries while the latter didn't. That's because only names of entries were saved...
``` Jun 16 20:36:37 pve sshd[2516539]: error: kex_exchange_identification: client sent invalid protocol identifier "" Jun 16 20:36:37 pve sshd[2516539]: banner exchange: Connection from 192.168.1.197 port 45890: invalid format Jun 16...
Arch Linux SSHFS version 3.7.3 FUSE library version 3.16.2 using FUSE kernel interface version 7.38 fusermount3 version: 3.16.2 Steps to reproduce: 1. mount directory on remote server with sshfs 2....