Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
122 views

I'm trying to find a Visual Studio Code extension that allows me to connect to an FTP server with functionality similar to what the SSH FS extension provides. I previously used SSH FS and appreciated ...
1 vote
2 answers
284 views

I've been trying to use sshfs to connect a notebook running in Colab Enterprise to my local machine (running an ssh server) and mount a local directory into the remote Runtime. But I get the error ...
0 votes
1 answer
389 views

I need to provide access to a remote folder on a shared hosting from a few Windows computers. This hosting service offers me SSH and just only one user account. It's not possible to create more SSH ...
0 votes
0 answers
227 views

I have a local machine(Centos 7) that mounts a repo from remote machine(Centos 6) using sshfs(2.10). And I can connect them both using ssh in my laptop. My daily workflow is opening my laptop, ssh to ...
Lotus's user avatar
  • 87
1 vote
1 answer
641 views

I am trying to make a front end for sshfs in Linux where the user connects with a key + password. I want to be able to send the password to ssh when it asks, then have sshfs stay running when the gui ...
CharlieB's user avatar
0 votes
1 answer
555 views

I am trying to mount a sshfs for a service. There is my Docker Stack config: ... myservice: ... volumes: - "sshfs_volume:/home/app/web/media:rw" ... volumes: sshfs_volume: ...
-1 votes
1 answer
288 views

I'd like to be able access files from a server using sshfs. For this, sshfs needs a folder as a mount point. When I insert a usb drive and open it via my file manager (thunar), a folder in /run/media/$...
GitProphet's user avatar
  • 1,058
0 votes
0 answers
513 views

I have a remote file server that I would like to access via SSHFS. For authentication I have disabled passwords and use key based authentication with ssh-agent. To automatically mount the share on my ...
ipnator's user avatar
  • 26
0 votes
2 answers
139 views

I usually work on projects with microservices and I am fighting issues with performance using my local laptop with a docker center, for now, I have created a remote environment in AWS where I have my ...
0 votes
2 answers
116 views

I have server that has 2fa and does not allow login using ssh keys. I want to connect via FTP, I am using sshfs. Normal sshfs user@host:/remote/ /local/ works fine. But I wanted to pass the passwrod ...
deltasata's user avatar
  • 411
0 votes
2 answers
1k views

I have a directory on a CentOS 7.6 machine that I want to mount on another machine that runs RedHat 7.9. On the RedHat machine, I add this line to /etc/fstab: [email protected]:/mnt/Scan-PDF /mnt/...
1 vote
0 answers
504 views

I'm using VS Code and a workspace on a Windows network drive via SSHFS. There's no issue here, it works without any problem. However, I've decided to version my code and finally start using Git. I've ...
0 votes
0 answers
386 views

I'm able to mount a folder using SSH when I run my docker container locally (outside Kubernetes/Azure): docker volume create --driver vieux/sshfs -o sshcmd=[user]@[IP]:/location_on_server -o password=[...
0 votes
1 answer
71 views

I'm writing a small bash script for deploying a bunch of files to a specific remote directory. The process is as follows: Mount remote directory (sshfs) Remove everything except these few files Copy ...
OZ1SEJ's user avatar
  • 425
2 votes
1 answer
607 views

I'm using sshfs to fetch video files from a remote SSH storage: @app.get("/video/{filename}") async def video_endpoint( filename, range: str = Header(None), db=Depends(get_db) ): # ...
Daniel's user avatar
  • 1,712

15 30 50 per page
1
2 3 4 5
...
17

AltStyle によって変換されたページ (->オリジナル) /