Commit Graph

4 Commits (9a543ead482b0157cd7b774dcb1d7594c58e623c)

Author SHA1 Message Date
Maxim Kovgan 36d3c66ccd - the latest OS X (10.12.6) has bash 3.2.57, yes :)
- '-v' used before is not available until bash 4.x

Signed-off-by: Maxim Kovgan <max@opsguru.io>
2017-08-26 22:49:59 +03:00
Max Kovgan c04754fa0e added bash-it metadata to operational function
- per @nwinkler CR request

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-14 14:52:39 +03:00
Max Kovgan ade87943e9 upd formatting post CR by @nwinkler
- indented from 4 space into 2
- cleared up a couple of tabs

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-13 19:38:25 +03:00
Max Kovgan dce7b9b874 reference implementation of #1016
sshagent plugin:
- manage setup of sshagent in bash session:
  - force opinionated agent management based on ~/.ssh/ file
    - support for shared file systems on different host (file name contains hostname)
  - check env for any live/dead agents
    if alive - use it
    otherwise - spawn our own

Signed-off-by: Max Kovgan <max@opsguru.io>
2017-08-13 19:36:52 +03:00