Language: EN

montar-ssh-como-unidad-red-windows

How to Mount Remote SSH as Windows Drives

SSHFS-Win Manager is a tool for Windows that allows us to mount remote directories over SSH as if they were local drives.

It is a graphical user interface (GUI) for SSHFS on Windows. SSHFS is a command-line tool that allows us to mount remote file systems.

SSHFS-Win Manager simplifies this process by providing an easy-to-use graphical interface. It is very easy and convenient.

ssh-win-manager-screenshot

SSHFS-Win Manager makes this process accessible for users who prefer not to work with the command line or who are looking for a more intuitive way to manage remote file systems.

  • Intuitive graphical interface: Everything is handled through a very user-friendly GUI
  • SSH connection management: Stores and manages multiple SSH connection settings
  • Quick file system mounting: You can mount or unmount remote file systems with a click
  • Support for SSH key authentication: Allows authentication using SSH keys for enhanced security.

GitHub - evsar3/sshfs-win-manager

How to Install SSHFS-Win Manager

Prerequisites

Before installing SSHFS-Win Manager, make sure you have the following components installed:

  • WinFsp: This is the component that allows SSHFS to work on Windows. You can download and install it from here.
  • SSHFS-Win: You need to have SSHFS-Win installed on your system. Download it from here and follow the installation instructions.

Installing SSHFS-Win Manager

Once you have the prerequisites, installing SSHFS-Win Manager is really straightforward. Simply

  1. Go to the SSHFS-Win Manager GitHub page
  2. Download the latest installation file (from the “Releases” section)
  3. Run the installer and follow the instructions to complete the installation

How to Configure and Use SSHFS-Win Manager

Once SSHFS-Win Manager is installed, open it. You will see a simple graphical interface that allows you to add and manage SSH connections.

ssh-win-manager-screenshot

Adding a New SSH Connection

  1. Click the “Add New” button to create a new SSH connection
  2. Fill in the required fields
  3. In the authentication section, choose whether you want to use a password or a private key
  4. Click “Save” to save the connection settings

Mounting a Remote File System

Once you have configured a connection:

  1. Select the connection you want to use from the list
  2. Click “Mount” to mount the remote file system

winssh-win-manager-screenshot

The remote file system will now appear as a drive in Windows File Explorer, and you can access it as if it were a local disk.

Unmounting a File System

To unmount a mounted drive, simply:

  1. Select the connection in SSHFS-Win Manager
  2. Click “Unmount”

This will disconnect the remote file system from your computer.