Skip to content

Releases: ekam-g/globalssh

New Automation Release && Crypto improvements

18 Aug 21:17
Compare
Choose a tag to compare

This allows you to put in input into your globalssh server with one command allowing for automation!

$ globalssh client test 8 "sudo dnf update\n"
$ globalssh client test 8 "mysudopassword\n"
$ globalssh client test 8 "y\n\n"

Crypto bug was also fixed too

Bux fixes and improvements to screen size setter

02 Jul 19:20
Compare
Choose a tag to compare

The Screen would remain the size of the last client who connected before this update but not anymore. Plus more bug fixes and general updates

Major Speed Improvements, update, Bug fixes, Install script

30 May 17:42
Compare
Choose a tag to compare

Over the past weeks I have worked on making globalssh extremely stable so it can be used in a production case. I think now it is finally time to bring this project into beta instead of alpha.

Enhanced Security and Bulk Send Algo

17 May 17:51
Compare
Choose a tag to compare
Enhanced Security: Global SSH prioritizes the protection of your data and privacy. We have implemented advanced security measures, including:
    AES Encryption: All data transmitted between the server and client is now encrypted using the secure AES encryption algorithm. This ensures the confidentiality and integrity of your information, making it resistant to unauthorized access or tampering.
    Reduced Attack Surface: Global SSH has been designed to minimize the risk of attacks, even in the event of a compromised Redis server. No data is stored through the Redis server, reducing the potential points of vulnerability.

Bulk Send Algorithm: We have introduced a new bulk send algorithm to optimize the transfer of large data sets between the server and client. This algorithm improves data transmission efficiency, resulting in reduced latency and enhanced overall performance. Now you can transfer large files or datasets seamlessly and quickly.

Colab Feature Release

14 May 21:33
Compare
Choose a tag to compare

This allow the server computer and the client to work together on a shell, both client and server can edit and view the edits in real time!

Global SSH Beta Release

13 May 00:30
Compare
Choose a tag to compare

After a long time I'm happy to release global ssh to everyone! I hope you enjoy the it as much as I do!