Benjamin Cane

Results 32 comments of Benjamin Cane

Howdie thanks for reporting the build issues. Are you building from the master branch or the develop branch? #123 took care of a lot of these. I’m going to do...

After typing it out, a field to identify runbook type is probably more future proof in case of other additional runbook types in the future.

I'm not opposed to maybe creating a `.efs2/config` file. A lot of what you suggested is available as options in your `.ssh/config` file but as Efs2's command-line options grow in...

I think adding an include makes sense. In my mind, it would be good to support file path, git, and HTTP to be complete. It would allow people to make...

So there has been another request for Interactive command handling ( #5 ). With your description, it reminds me of something I've done in the past using pyexpect. Long ago...

I'm assuming you mean the TUI setup? I agree automating a TUI setup would be pretty tricky. But I think the EXPECT functionality would be pretty nice and give folks...

At first, I read this as a multi-line for the RUN instruction which I've been meaning to work on for a while now. But as I read this I'm not...

Got it, I like the idea. Makes total sense to me.

@hbokh it looks like there is certainly support for Passphrase Protected keys in the Go SSH Library. https://godoc.org/golang.org/x/crypto/ssh#ParseRawPrivateKeyWithPassphrase I'm thinking ideally it should detect the supplied key is protected and...

Turns out it wasn't too bad at all. You should be able to get the fixed version doing a `go get` now. ```sh $ go get -u github.com/madflojo/efs2 ```