Skip to content

evsar3/sshfs-win-manager

Repository files navigation

Donate

SSHFS-Win Manager

Introduction

SSHFS-Win Manager is a GUI (graphics user interface) for SSHFS on Windows (comming soon for other platforms).

Installation

Step 1

Install SSHFS-Win on your Windows computer.
Follow they installation instructions before continue.

Step 2

Once SSHFS-Win is installed, download the lastest setup from the releases section and install it.

Step 3

Add your connections and enjoy!

Features

  • Electron-based application. Electron is the same engine that powers Visual Studio Code, Discord, GitKraken and many more.

  • User-friendly and intuitive interface

  • Multiple authentication methods:

    • Password1
    • Private Key (without password)
    • Ask for password
  • Startup with Windows

  • Close to system tray

  • Quick debug tool

  • Supports advanced command line params

  • Easily duplicate connections

  • Reorder connections

  • Connection debug log

Screenshots

Main Window
Main Window

Add Connection
Add & edit connections

Open mounted drive
Explore mounted drive

System tray
Close to system tray

Bugs & help

If you have any question or a bug report please open a new issue

Contributing

If you want to contribute with this project, please see the contributing guide-lines
If you just want to build or compile this project see instructions here

Donation

If you like this project, please consider making a donation. 100% of the founds will be revert for charity.

Notes

1 This software stores your password in a plain json file. If there is any concerns on storing your password that way, please use one of the other authentication methods. See issue #28

License

MIT License

Copyright (c) 2020 Evandro Araújo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.