Skip to content

Releases: APoniatowski/GoSSH

v1.4.0 Update

22 Feb 00:37
93e9fee
Compare
Choose a tag to compare

Changelog:

Features:

  • Able to install and uninstall packages
  • Able to update all packages
  • Able to do system updates

Supported Operating Systems:

  • CentOS/RHEL ✔️ TESTED
  • Fedora ✔️ TESTED
  • Debian/Ubuntu ✔️ TESTED
  • OpenSuse/SLES ✅ UNTESTED
  • Arch ✅ UNTESTED

If you would like to use this, make sure to grab the /config/pool.yml template and place it in the same directory as the executable. I will implement the feature to automatically create a template, should one not exist. I will also decide on a directory structure to hardcode it in, eg /home/USER/.gossh/config/ and have the logs written to /var/logs/gossh/

v1.0.0 Release

20 Jan 17:33
97bdfb1
Compare
Choose a tag to compare

Application is working and one can use it to manage your servers on Linux, MacOS and Windows.
known_hosts still need to be fixed, as I am getting key mismatches for some odd reason.
refactoring will also need to be done, to clean-up some code and make it easier to read and work on
planning will be done, if there is a need to add more features.