Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
APoniatowski committed Jan 15, 2020
1 parent 1ea07b7 commit 7551db3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

![](https://github.com/Aponiatowski/GoSSH/workflows/GoSSH/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/APoniatowski/GoSSH)](https://goreportcard.com/report/github.com/APoniatowski/GoSSH)

**WIP**

## Project update:
It is currently in an usable state, and can be used to execute commands in varied ways and performs well. :+1
Logging has been implemented for SSH sessions (INFOs and ERRORs) and the output has been replaced with a progress bar. All outputs from now on, will be
written to a log file for review. If running a command was successful, why would one want to see it and clutter the terminal.
The logs are also rotated by date, to avoid multiple logs, if time was added to the file name.
The logging will be enchanced even further, as the project continues.

Currently working on adding the ability to run commands as sudo, and also add some security for connecting to known hosts (see issue board for clarification [Issue #7](https://github.com/APoniatowski/GoSSH/issues/7) )

I have also removed some possible features [^1], that I was planning on implementing, but chose implement another feature for this release [^2]

* Windows (laptop):
##### 22 production servers (across 8 different countries):
Expand Down Expand Up @@ -46,3 +52,6 @@ Options:
## Please feel free to test/use this and leave issues and comments in the issues tab.
## I will be actively working on this for the foreseeable future


[^1]: Creating an client side agent, this might possibly be added for v2.0.0 release. Not guaranteed though
[^2]: Running a bash script with little effort. Makes things simpler, than trying to cat | gossh all, or gosh all $(cat my-script.sh), etc

0 comments on commit 7551db3

Please sign in to comment.