Skip to content

thekashifmalik/sshfsui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshfsui

UI to mount remote filesystems locally using SSHFS.

Quickstart

sshfsui is a tray-based program. It can mount remote filesystems to local mount points which let's you interact with remote files as if they were stored locally. All changes to files are synchronized transparently in both directions. This is done using SSHFS under the hood.

screenshot

You can manage multiple targets. Each target has a name (needs to be file-safe) and related config:

screenshot

Once set up you can connect/disconnect to the target path using the tray menu.

SSH keys must be set up in advance on target hosts. Password authentication is not supported at this time.

Installation

Download and run the installer for your OS and Architecture from Github.

Note: This software is not yet stable; there may be backwards-incompatible changes before v1. Use at your own risk.

Prerequisites

This software requires that the following are installed and configured:

  • ssh (via OpenSSH for MacOS or apt for linux)
  • sshfs (via FUSE for MacOS or apt for linux)
  • timeout (via coreutils for MacOS)