Skip to content

i-amdroid/sshfs-mounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHFS Mounter for macOS

GUI for SSHFS command line interface.

Download

Get latest version from Releases.

Requirements

Install SSHFS with Homebrew:

brew install sshfs 

Using

Fill necessary fields and mount.

Required fields:

  • Volume title
  • Server
  • Password or Key file
  • Mount directory

Save connection properties if necessary.

Limitations

This app is just GUI constructor for execute command. Unfortunately, it can't interract with command line prompts.

  • No required field checking or any other validation.
  • There shouldn't be any interactive prompts, such as adding server to known hosts, password, etc.
  • For using key auth is necessary to avoid enter passphrase (by keychain, keyring or ssh-agent) or it shouldn't be at all.