2023-07-22 10:44:36 +02:00
# Guify
Guify creates a Graphical User Interface for SSH.
Works on any machine able to execute Java code, but is able to target only Linux (or more in general POSIX-compliant) systems.
2023-07-24 12:40:30 +02:00
## Features
2023-07-22 10:44:36 +02:00
- Navigation in the File System;
- Common file operations (cut, copy, rename, delete, paste, create);
- File and folder transfer (to/from);
2023-07-22 11:16:57 +02:00
- Drop files and folders onto the view to transfer them;
2023-07-22 10:44:36 +02:00
- Integrated file editor.
## Alternatives
If you want to achieve similar results you can:
* Use [WinSCP ](https://winscp.net/eng/index.php ) (Windows only);
2023-07-22 11:15:49 +02:00
* Use a file manager which supports SSH like Nautilus, Konqueror, PCManFM;
* Configure an FTP server and access it through FileZilla;
2023-07-22 10:44:36 +02:00
* Mount a remote partition locally with the SMB protocol;
* Route X11 output to your local machine over SSH;
* ...
## Screenshots
< img src = "/Images/Image.jpg" alt = "Homescreen" >
2023-07-24 12:40:30 +02:00
## Security notice
2023-07-22 11:15:49 +02:00
* Due to a lack of extensive tests and documentation, this software may engage in unwanted behavior, including corrupting data;
2023-07-22 11:04:43 +02:00
* This software does not currently allow to verify SSH fingerprints. This implies that the server you intend to connect to could be different
2023-07-22 11:15:49 +02:00
from the server you are actually connecting to;
2023-07-22 11:04:43 +02:00
* This software does not currently allow authentication through SSH keys.
Hence, **use is not recommended in environments where data security and integrity is important.**
2023-08-03 10:47:27 +02:00
## Support this project
2023-08-03 12:46:32 +02:00
If you would like to support this project you can give it a star. Furthermore, if you want, you can donate by clicking on this button:
2023-08-03 10:47:27 +02:00
< a href = 'https://ko-fi.com/M4M1JBAO8' target = '_blank' > < img height = '36' style = 'border:0px;height:36px;' src = 'https://storage.ko-fi.com/cdn/kofi1.png?v=3' border = '0' alt = 'Buy Me a Coffee at ko-fi.com' / > < / a >