{"id":19893,"date":"2024-07-26T12:00:00","date_gmt":"2024-07-26T10:00:00","guid":{"rendered":"https:\/\/contabo.com\/blog\/?p=19893"},"modified":"2024-09-28T22:54:41","modified_gmt":"2024-09-28T20:54:41","slug":"how-to-mount-remote-filesystems-over-ssh-using-sshfs","status":"publish","type":"post","link":"https:\/\/contabo.com\/blog\/how-to-mount-remote-filesystems-over-ssh-using-sshfs\/","title":{"rendered":"How To Mount Remote File Systems Over SSH using SSHFS"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg\" alt=\"SSHFS - Head Image\" class=\"wp-image-19909\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg 1200w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems-600x315.jpg 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems-768x403.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>SSHFS (SSH Filesystem) is a powerful tool that allows users to mount remote file systems over SSH, providing a secure and convenient way to access remote files as if they were local. This guide will walk you through the process of using SSHFS to mount remote file systems, offering IT savvy customers and system administrators a practical solution for managing remote files efficiently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-sshfs\">What is SSHFS?<\/h2>\n\n\n\n<p>SSHFS leverages the SSH protocol, which is widely used for secure remote access, to create a seamless connection between local and remote file systems. By mounting a remote directory on your local machine, you can interact with remote files using your familiar local tools and applications, streamlining your workflow and enhancing productivity.&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-benefits-of-using-sshfs\">Benefits of Using SSHFS<\/h3>\n\n\n\n<p>Using SSHFS offers several benefits:&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Security<\/strong>: It uses SSH for secure communication, ensuring that your data is encrypted during transfer.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Convenience<\/strong>: Access remote files as if they were on your local machine, making it easier to work with remote data.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Flexibility<\/strong>: It can be used on various operating systems, including Linux, macOS, and Windows.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-prerequisites-of-sshfs\">Prerequisites of SSHFS<\/h2>\n\n\n\n<p>Before you can start using SSHFS to mount remote file systems over SSH, there are a few prerequisites that need to be met. Ensuring these requirements are in place will help you avoid common issues and streamline the setup process.&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-system-requirements-of-sshfs\">System Requirements of SSHFS<\/h3>\n\n\n\n<p>To get started, you need:&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A Linux, macOS, or Windows machine<\/strong>: SSHFS is compatible with all major operating systems. Each system has its own method for installing SSHFS, which will be covered in the next section.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>FUSE (Filesystem in Userspace)<\/strong>: SSHFS relies on FUSE to function. Most Linux distributions come with FUSE pre-installed. For macOS and Windows, you will need to install FUSE separately.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-ssh-access-to-the-remote-server\">SSH Access to the Remote Server<\/h3>\n\n\n\n<p>You must have <a href=\"https:\/\/help.contabo.com\/en\/support\/solutions\/articles\/103000271271-how-do-i-connect-to-my-contabo-server-\" target=\"_blank\" rel=\"noreferrer noopener\">SSH access<\/a> to the remote server you intend to mount. This includes:&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SSH Server Running on the Remote Machine<\/strong>: Ensure that the SSH server is installed and running on the remote machine. Most Linux servers have SSH installed by default.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User Permissions<\/strong>: The user account you use to connect via SSH must have the necessary permissions to access the directories you want to mount.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SSH Keys<\/strong>: For a more secure and convenient connection, it is recommended to set up <a href=\"https:\/\/contabo.com\/blog\/how-to-use-ssh-keys-with-your-server\/\" target=\"_blank\" rel=\"noreferrer noopener\">SSH key-based authentication<\/a>. This eliminates the need to enter a password each time you connect.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>For those managing multiple servers or needing reliable remote access, Contabo offers a range of <a href=\"https:\/\/contabo.com\/en\/vps\/\" target=\"_blank\" rel=\"noreferrer noopener\">VPS<\/a> and <a href=\"https:\/\/contabo.com\/en\/dedicated-servers\/\" target=\"_blank\" rel=\"noreferrer noopener\">Dedicated Server<\/a> solutions that can be easily integrated. With Contabo&#8217;s robust infrastructure, you can ensure high performance and secure access to your remote file systems.&nbsp;<\/p>\n\n\n\n<p>With these prerequisites in place, you are ready to install SSHFS on your system. The next section will guide you through the installation process for various operating systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-install-sshfs-linux-windows-macos\">How to install SSHFS (Linux, Windows, macOS)<\/h2>\n\n\n\n<p>To use SSHFS, you need to install it on your local machine. The installation process varies depending on your operating system. Here&#8217;s how to install SSHFS on some popular operating systems:&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-sshfs-on-linux\">Installing SSHFS on Linux<\/h3>\n\n\n\n<p>For Linux systems, open a terminal to execute these commands. You&#8217;ll need to use `sudo`, which allows you to run commands with <a href=\"https:\/\/contabo.com\/blog\/a-practical-guide-to-superuser-accounts-sudo-root\/\" target=\"_blank\" rel=\"noreferrer noopener\">superuser privileges<\/a>. When using `sudo`, you&#8217;ll be prompted to enter your password.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-ubuntu-and-debian\">Ubuntu and Debian<\/h3>\n\n\n\n<p>On Ubuntu, Debian, and their derivatives, install SSHFS using the <a href=\"https:\/\/contabo.com\/blog\/managing-packages-with-the-apt-package-manager\/\" target=\"_blank\" rel=\"noreferrer noopener\">apt package manager<\/a>:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install sshfs<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-fedora-and-centos\">Fedora and CentOS<\/h3>\n\n\n\n<p>For Fedora, CentOS, and other Red Hat-based distributions, use the dnf package manager:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dnf install fuse-sshfs<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-arch-linux\">Arch Linux<\/h3>\n\n\n\n<p>Arch Linux users can install SSHFS using the pacman package manager:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pacman -S sshfs<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-sshfs-on-macos\">Installing SSHFS on macOS<\/h3>\n\n\n\n<p>For macOS users, open Terminal and use <a href=\"https:\/\/brew.sh\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Homebrew<\/a> to install SSHFS:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>brew install sshfs<\/code><\/pre>\n\n\n\n<p>Note that on macOS, you&#8217;ll also need to install <a href=\"https:\/\/osxfuse.github.io\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">FUSE for macOS<\/a>, which is a dependency for SSHFS.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-installing-sshfs-on-windows\">Installing SSHFS on Windows<\/h3>\n\n\n\n<p>For Windows users, you&#8217;ll need to use <strong>PowerShell<\/strong> to install SSHFS. Right-click on the PowerShell icon and select &#8220;<strong>Run as administrator<\/strong>&#8221; to ensure you have the necessary privileges.&nbsp;<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Install WinFsp<\/strong>: WinFsp provides the FUSE functionality required by SSHFS:&nbsp;<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>winget install -e --id \"WinFsp.WinFsp\"<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Install SSHFS-Win<\/strong>: SSHFS-Win is a minimal port of SSHFS to Windows:&nbsp;<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>winget install -e --id \"SSHFS-Win.SSHFS-Win\"&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-verifying-the-installation-nbsp\">Verifying the Installation&nbsp;<\/h3>\n\n\n\n<p>After installation, you can verify that SSHFS is correctly installed by checking its version. In your terminal (Linux\/macOS) or PowerShell (Windows), run:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs --version<\/code><\/pre>\n\n\n\n<p>This command should display the version number of SSHFS installed on your system.&nbsp;<\/p>\n\n\n\n<p>With SSHFS now installed on your local machine, you&#8217;re ready to start mounting remote directories. In the next section, we&#8217;ll cover the basic usage of SSHFS to mount a remote filesystem.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-basic-usage-of-sshfs\">Basic Usage of SSHFS<\/h2>\n\n\n\n<p>Once you install SSHFS on your system, you can start using it to mount remote directories. This section will cover the basic usage of SSHFS, including the command syntax, mounting a remote directory, and unmounting it.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-syntax-of-the-sshfs-command\">Syntax of the SSHFS Command<\/h3>\n\n\n\n<p>The basic syntax of the SSHFS command is as follows:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs &#91;user@]hostname:&#91;remote_directory] &#91;local_mount_point] &#91;options]&nbsp;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[user@]hostname: The SSH user and hostname of the remote machine. If you omit the username, the system uses the current local username.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[remote_directory]: The directory on the remote machine that you want to mount.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[local_mount_point]: Mount the remote directory on the local directory.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[options]: Additional options to customize the behavior of SSHFS.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-mounting-a-remote-directory\">Mounting a Remote Directory<\/h3>\n\n\n\n<p>To mount a remote directory, follow these steps:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a Local Mount Point: First, create a directory on your local machine to mount the remote directory.For example:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir ~\/remote_mount&nbsp;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mount the Remote Directory: Use the SSHFS command to mount the remote directory to the local mount point.&nbsp;<br>For example, to mount the \/var\/www directory from a remote server example.com as user username to the local directory ~\/remote_mount, run:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&nbsp;sshfs username@example.com:\/var\/www ~\/remote_mount&nbsp;<\/code><\/pre>\n\n\n\n<p>If you have set up SSH key-based authentication, you won&#8217;t need to enter a password. Otherwise, the system will prompt you to enter the SSH password.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify the Mount: Verify that you have mounted the remote directory by listing the contents of the local mount point.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ls ~\/remote_mount&nbsp;<\/code><\/pre>\n\n\n\n<p>You should see the contents of the remote \/var\/www directory.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-unmounting-the-remote-directory-nbsp\">Unmounting the Remote Directory&nbsp;<\/h3>\n\n\n\n<p>After finishing work with the remote directory, you can use the <code>fusermount<\/code> command on Linux or macOS to unmount it. On Windows, use the <code>umount<\/code> command to unmount the directory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-unmounting-on-linux-and-macos-nbsp\">Unmounting On Linux and macOS&nbsp;<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>fusermount -u ~\/remote_mount&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-windows-unmounting\">Windows Unmounting<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>umount ~\/remote_mount&nbsp;<\/code><\/pre>\n\n\n\n<p>Unmounting the remote directory will disconnect the SSHFS session and free up system resources.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-advanced-sshfs-options-nbsp\">Advanced SSHFS Options&nbsp;<\/h2>\n\n\n\n<p>While the basic usage of SSHFS is straightforward, there are several advanced options that can enhance its functionality and performance. This section will cover setting permissions, configuring connection options, and using SSHFS with different ports.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-setting-permissions\">Setting Permissions<\/h3>\n\n\n\n<p>By default, the mounts remote directories with the permissions of the remote system. However, you can modify these permissions using mount options:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Allow Other Users: To allow other users on your local system to access the mounted directory, use the -o allow_other option:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o allow_other&nbsp;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set UID and GID: To set specific user and group IDs for the mounted files, use the uid and gid options:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o uid=1000,gid=1000&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-configuring-connection-options-nbsp\">Configuring Connection Options&nbsp;<\/h3>\n\n\n\n<p>SSHFS allows you to fine-tune your connection for better performance or security:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Compression: Enable compression to potentially improve performance over slow connections:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o compression=yes&nbsp;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep Alive: To prevent the connection from timing out, use the ServerAliveInterval option:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o ServerAliveInterval=15&nbsp;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Caching: Adjust caching behavior for better performance:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o cache=yes,cache_timeout=115200&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-using-sshfs-with-different-ports-nbsp\">Using SSHFS with Different Ports&nbsp;<\/h3>\n\n\n\n<p>If your SSH server is running on a non-standard port, you can specify it using the -p option:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs -p 2222 user@remote:\/path\/to\/remote ~\/local_mount&nbsp;<\/code><\/pre>\n\n\n\n<p>This command connects to the SSH server running on port 2222.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-combining-options-nbsp\">Combining Options&nbsp;<\/h3>\n\n\n\n<p>You can combine multiple options in a single command. For example:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sshfs user@remote:\/path\/to\/remote ~\/local_mount -o allow_other,compression=yes,ServerAliveInterval=15,port=2222&nbsp;<\/code><\/pre>\n\n\n\n<p>This command mounts the remote directory, allows other users to access it, enables compression, sets a keep-alive interval, and connects to a non-standard SSH port.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion-nbsp\">Conclusion&nbsp;<\/h2>\n\n\n\n<p>SSHFS (SSH Filesystem) provides a robust and secure tool that allows you to mount remote file systems over SSH, enabling seamless access to remote files as if you stored them locally. This guide has walked you through the essential steps for setting up and using SSHFS, from installation to troubleshooting.&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-sshfs-keypoints-nbsp\">SSHFS Keypoints&nbsp;<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Installation: <\/strong>You can install SSHFS across various operating systems, including Linux, macOS, and Windows, ensuring broad compatibility.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Basic Usage<\/strong>: With simple commands, you can mount and unmount remote directories, making remote data easily accessible.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Advanced Options<\/strong>: Customize your SSHFS setup with options for permissions, connection settings, and port configurations to enhance functionality and performance.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Troubleshooting<\/strong>: Address common issues such as connection problems, permission errors, and performance bottlenecks to ensure smooth operation.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>By integrating SSHFS into your workflow, you can securely and efficiently manage remote files, enhancing productivity and streamlining tasks. Whether you&#8217;re a system administrator or an IT-savvy user, SSHFS offers a flexible solution for remote file access.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use SSHFS to mount remote file systems over SSH. This guide covers installation, basic usage, advanced options and more!<\/p>\n","protected":false},"author":50,"featured_media":19909,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[18],"tags":[],"ppma_author":[1491],"class_list":["post-19893","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"uagb_featured_image_src":{"full":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg",1200,630,false],"thumbnail":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems-150x150.jpg",150,150,true],"medium":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems-600x315.jpg",600,315,true],"medium_large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems-768x403.jpg",768,403,true],"large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg",1200,630,false],"1536x1536":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg",1200,630,false],"2048x2048":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2024\/07\/blog-head_how2_use_sshfs_to_mount_remote_file_suystems.jpg",1200,630,false]},"uagb_author_info":{"display_name":"Tobias Mildenberger","author_link":"https:\/\/contabo.com\/blog\/author\/tobias\/"},"uagb_comment_info":0,"uagb_excerpt":"Learn how to use SSHFS to mount remote file systems over SSH. This guide covers installation, basic usage, advanced options and more!","authors":[{"term_id":1491,"user_id":50,"is_guest":0,"slug":"tobias","display_name":"Tobias Mildenberger","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/077178d5dce6c3d4c0c0396857a7e544bfdf8adf04145fff5160b33a22e28b1f?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/19893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/comments?post=19893"}],"version-history":[{"count":3,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/19893\/revisions"}],"predecessor-version":[{"id":20620,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/19893\/revisions\/20620"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media\/19909"}],"wp:attachment":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media?parent=19893"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/categories?post=19893"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/tags?post=19893"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=19893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}