📜 ⬆️ ⬇️

GUI for connecting network volumes via SSH, new version

My application is the usual “face” to the sshfs console application or to the same MacFUSE based console application and is available for download at code.google.com/p/sshfs-gui . It was written by me for teaching Cocoa programming and is my first graphical application for Mac OS X. A lot of new things have been added in the new version, for example, normal support for checking RSA / DSA keys (this is not implemented even in such a monster as Macfusion.app ), support for MacFUSE and compression, as well as the ability to specify an arbitrary port for connection.

Installation and use


To install the application, you must perform the following steps:



In order to mount any volume, fill in the required fields (in the case of authorization using SSH keys, it is not necessary to enter the password) and click Connect. To specify the connection port, add “: port number ” to the end of the server name, for example “habrahabr.ru:123”.

If the connection is successful, then the mounted network volume will open in Finder. You can, by dragging the volume icon in the Finder header, drag the network volume to the “Finder” sidebar in the “Devices” section, and then this volume will be displayed there always when this network volume is connected.
')

Screencast


To take a look at how this all works, I suggest reading the following short video:



Add. materials, thanks

Future plans:

"Analogs"

Source: https://habr.com/ru/post/83055/


All Articles