Question #7217   Submitted by Answiki on 01/16/2024 at 08:28:21 PM UTC

How to mount remote folder with ssh?

Answer   Submitted by Answiki on 01/16/2024 at 08:40:03 PM UTC

The best option to mount a remote directory with ssh is to use sshfs:

sudo sshfs -o allow_other user@host:/remote/directory /local/directory


For example:

sudo sshfs -o allow_other [email protected]:/home/john /home/mickael/remote/



5 events in history
Question by Answiki 01/16/2024 at 08:40:12 PM
How to mount remote folder with sshfs?
Answer by Answiki on 01/16/2024 at 08:40:03 PM

The best option to mount a remote directory with ssh is to use sshfs:

sudo sshfs -o allow_other user@host:/remote/directory /local/directory


For example:

sudo sshfs -o allow_other [email protected]:/home/john /home/mickael/remote/



Answer by Answiki on 01/16/2024 at 08:39:50 PM

The best option to mount a remote directory with ssh is to use sshfs:

sudo sshfs -o allow_other user@host:/remote/directory /local/directory


For example :

sudo sshfs -o allow_other [email protected]:/home/john /home/mickael/remote/



Answer by Answiki on 01/16/2024 at 08:36:14 PM

The best option to mount a remote directory with ssh is to use sshfs:



Question by Answiki 01/16/2024 at 08:28:21 PM
How to mount remote folder with ssh?
# ID Query URL Count

Icons proudly provided by Friconix.