This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-08-29 18:39:12 +02:00
2021-08-30 16:22:53 +00:00
2018-08-29 18:26:56 +02:00

PARw: Production Access Report wrapper

Usage

PARw is a transparent wrapper around your installed SSH command. It will keep a log of your session and ask you some questions about the ticket or alert ID associated with it, once you log off the specified host. These will then be used to create a report for this session under a directory specified in $HOME/.parwrc.yaml.

Configuration

In order to keep all arguments identical to those of SSH, the location of the configuration file is hardcoded to $HOME/.parwrc.yaml.

It supports the following setting(s):

Key Value Type Description
reportsDir String The directory where reports will be saved.

Building

To build simply run:

make

The resulting binary will be found under bin.

Using make, this project can be built outside of a GOPATH, by faking the GOPATH using a symlink under .gopath. However if you would like to use the GOPATH in the traditional way, run:

GOPATHBUILD=x make

License

X11 (See LICENSE.txt)

Author

Diego Fernando Carrión (CRThaze)

Description
"Production Access Report wrapper"
Readme Apache-2.0 38 KiB
Languages
Go 89%
Makefile 11%