top | item 36984073

Cmd-stream-go – a high-performance remote command execution library for Golang

17 points| ymz_ncnk | 2 years ago |github.com

3 comments

order

xyst|2 years ago

so a very compact ansible/salt stack? also it's "high performance" but what did you performance test this against?

also what's protecting the exposed endpoint on the server side? Seems like you can spin up the server, and it will accept remote commands from anybody that knows the exposed port on the server (looks like 9000 by default)

ymz_ncnk|2 years ago

Sorry for the late reply.

> so a very compact ansible/salt stack?

I think you could try to use cmd-stream-go as an automation tool as well.

> "high performance", but what did you test the performance on?

I will publish benchmarks soon.

> also, what protects the open endpoint on the server side?

You can use mutual TLS for that.