Releases: APoniatowski/GoSSH
Releases · APoniatowski/GoSSH
v1.4.0 Update
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
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.