Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Mounting remote directory using sshfs

Posted on 13/09/202003/09/2026 Christian By Christian No Comments on Mounting remote directory using sshfs
  1. Home
  2. Linux
  3. Mounting remote directory using sshfs
SSHFS

SSHF provides a secure way to access remote machines on the fly via the Secure Shell File Transfer Protocol (SFTP). It stands for Secure Shell File System and it is a software developed for use on Linux distributions. Please see how to perform In-place upgrade of Veeam Recovery Orchestrator to version 13.1, How to build and deploy a Docker Image with Kubernetes Cluster, and Veeam Oracle RMAN Troubleshooting: Connection Timeout, Broken Pipe and a Stuck RMANPluginManager.

HOW TO USE SSHFS

1: Download and install the fuse-sshfs package

Furthermore, The SSHFS package is not included in any of the repositories on the Linux Operating System. You will have to download the rpm package for fuse-sshfs to your machine or you can use the yum command if you have access to an online repository.

After downloading the rpm package, go to the terminal of the local machine, migrate to the directory that has the downloaded package and then use the rpm command to install the rpm package for the sshfs

Remote directory mounting
For the purpose of this demonstration I have created a directory “test” in the remote machine
File system
In that directory is a text file “testfile” that says “This is a test file to demonstrate SSHFS

2: Create a mount point on the local machine

On the machine where the SSHFS is installed, log in as root and create a mount point. I am going to call mine server22 and an ll command on that directory should show it is empty.

SSH-based file access

3: Mount the remote directory on the local machine

Now mount the remote directory with the syntax

sshfs remote-machine-name@ip-address:directory-path /mount-point
A terminal window displaying a command to connect to a remote server using SSHFS, showing the request for a password.

It should ask you for the password of the remote machine when you hit the enter button. Input the required password.

Now migrate to the mount point/directory, and do the “ll” command; if all is well, you should see the files in the mounted directory of the remote machine.

Terminal output displaying the result of the command 'll /server22', showing file details including permissions, owner, size, date, and file name 'testfile'.
Terminal displaying a command to read a text file on a server, showing the message 'This is a test file to demonstrate SSHFS'.

Most servers already support this protocol it is very easy to set up. On the client-side mounting, the file-system is as easy. We don’t have to do much configuration on the server-side. All you need is the remote server should have a working SSH server.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Linux Tags:SSH

Post navigation

Previous Post: How to export and import Windows Start layout
Next Post: Error 740: Elevated permissions are required to run DISM

Related Posts

  • How to use Netstat.exe to confirm which Program uses or blocks a port
    How to use Netstat.exe to confirm which Program uses or blocks a port Linux
  • sdfdghjk
    How to fix “Job for Mattermost service failed” error Linux
  • 517443 637084112713220326 16x9 1
    How can I tell if a password is set for a user account on Linux Linux
  • SU
    How to switch users in Linux Linux
  • integrate VHR with VBR
    How to deploy and integrate VHR with VBR Backup
  • how to install software packages from source files
    How to install a software package from source file in Linux Linux

More Related Articles

How to use Netstat.exe to confirm which Program uses or blocks a port How to use Netstat.exe to confirm which Program uses or blocks a port Linux
sdfdghjk How to fix “Job for Mattermost service failed” error Linux
517443 637084112713220326 16x9 1 How can I tell if a password is set for a user account on Linux Linux
SU How to switch users in Linux Linux
integrate VHR with VBR How to deploy and integrate VHR with VBR Backup
how to install software packages from source files How to install a software package from source file in Linux Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • sep hybrid backup tiny 1
    SEP sesam Hybrid Backup and Disaster Recovery Solution Backup
  • jmeterimage
    Apache JMeter Load Testing: Test Mobile Apps on Windows Configuration Management Tool
  • Slide2 2
    Oracle VirtualBox: Installing Windows 11 without TPM Support Virtualization
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • How to Register Devices to Microsoft Intune and EntraID Using My Company Portal
    Register Devices to Intune and EntraID Using Company Portal AWS/Azure/OpenShift
  • FimageUbuntuUpgrade
    How to Upgrade From Ubuntu 20.04 LTS to 22.04 LTS Linux
  • HighA
    Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift
  • Configure AD LDAPs
    Generate a self-signed SSL certificate: Enable LDAP over SSL Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.