GUI for SSHFS command line interface.
Get latest version from Releases.
- SSHFS (osxfuse.github.io)
Install SSHFS with Homebrew:
brew install sshfs
Fill necessary fields and mount.
Required fields:
- Volume title
- Server
- Password or Key file
- Mount directory
Save connection properties if necessary.
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.