Skip to main content

Questions tagged [sshfs]

sshfs is a FUSE file system which allows to mount a directory on a remote system over SSH. It requires the SFTP subsystem being installed (default with OpenSSH server, but not included with smaller SSHd implementations like e.g. dropbear) on the remote system.

4 votes
1 answer
179 views

In my environment I have: a Jenkins build server that I can ssh into using private/public keys. I can use sshfs to mount its file system on my local pc (running WSL on Windows 11, ugh but I can't ...
noughtnaut's user avatar
0 votes
0 answers
38 views

I have a remote machine that I must access through a proxy, and so I have set up the remote's ssh alias like so: Host server HostName server-ip User my-username ProxyCommand ssh my-proxy-...
Brian's user avatar
  • 101
0 votes
0 answers
72 views

SSHFS changes modification date (not access date) of server files on download(!). Is there an option/setting to prevent that? The problems this causes include: after the next download, you can't sort ...
Bernd Elkemann's user avatar
0 votes
0 answers
607 views

I'm trying to access a Docker Unix socket on a remote server from within a Podman container (offen/docker-volume-backup). I've (root-)mounted the entire root filesystem of the remote server using ...
Jack's user avatar
  • 1
7 votes
1 answer
2k views

I’m a new PhD student and I’m dealing with a serious issue. I tried to map a directory from Server A (/home/lab/Desktop) to Server B (/home/usr/labDesktop) because Server B has better computing power. ...
Andy Junghyun Kim's user avatar
0 votes
0 answers
74 views

I can't figure how to enable more verbose logging to a systemd .mount file, but here we go my file is mnt-kreijstal.mount and has: # file is `/etc/systemd/system/mnt-kreijstal.mount` [Unit] ...
Rainb's user avatar
  • 123
1 vote
1 answer
118 views

I mounted sftp dir via sshfs like: cat <sensitive_data> | sshfs -o password_stdin,allow_other,default_permissions,uid=0,gid=0 $USER@$HOSTNAME: $MOUNT_DIR -oauto_cache,reconnect And the problem ...
fueggit's user avatar
  • 111
0 votes
0 answers
53 views

I have a mounted sshfs drive at /mnt/backup_datascrape with permission rwxrwxr-x. I am trying to copy a directory foo with permission rwxrwxr-x to that mount using rsync while preserving the ...
geckels1's user avatar
  • 173
1 vote
1 answer
825 views

It is simple enough to connect sftp server with lftp command without any key or password : lftp 192.168.31.130:3721 lftp 192.168.31.130:~> ls drwxr-xr-x 1 nobody nobody 3488 Dec 22 20:17 ...
showkey's user avatar
  • 591
0 votes
1 answer
310 views

I use image-backup to backup my Rpi. I backup directly on an FTP server and I do so via sshfs. This is how I connect in my /etc/fstab: MYUSERNAME@MYSERVER:/home/myuser/rpi_backup /mnt/MYSERVER fuse....
bernhard's user avatar
1 vote
1 answer
158 views

Further to this post, I found out that if the permissions for other should be ---, then I can use (it seems to work): setfacl -R -m d:o::0 test But when using SSHFS, permissions won't be retained. ...
charleslcso's user avatar
1 vote
1 answer
326 views

Something has happened with the SSH process on a remote server so that now when trying to connect it rants: kex_exchange_identification: read: Connection reset by peer It looks like the SSH daemon ...
Greendrake's user avatar
1 vote
1 answer
448 views

I'm using sshfs to mount and interact with directories and files located on a remote server. The command I'm using is: sshfs -o follow_symlinks host:dir mountpoint -o reconnect Sometimes, after a ...
TVG's user avatar
  • 133
0 votes
0 answers
120 views

I work on a mounted directory to a cluster through sshfs. However, sometimes my connection fails for a second and the mounting stops working. The problem is that I can not umount to be able to restart ...
Pau Clavell-Revelles's user avatar
2 votes
0 answers
197 views

I want to backup backintime-data from an internet-facing, remote machine running debian 11 (src). That is the hardlinks-part from the title. I want to back it up to a (very dumb) NAS (dest) in the ...
Paul w. Muad'dib's user avatar

15 30 50 per page
1
2 3 4 5
18