https://github.com/nosarthur/telep
remote shell command executor using gPRC
https://github.com/nosarthur/telep
golang grpc shell-command
Last synced: 10 months ago
JSON representation
remote shell command executor using gPRC
- Host: GitHub
- URL: https://github.com/nosarthur/telep
- Owner: nosarthur
- License: apache-2.0
- Created: 2018-08-20T23:48:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T15:09:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T10:18:38.191Z (12 months ago)
- Topics: golang, grpc, shell-command
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telep
Run shell command(s) remotely.
## prerequisites
- protobuf
- install pre-compiled binaries of [protobuf](https://github.com/protocolbuffers/protobuf/releases)
- `go get -u github.com/golang/protobuf/protoc-gen-go`
- `go get -u google.golang.org/grpc`
- `go get -u github.com/spf13/cobra/cobra`
## TODO
- authentication
- wrap each command inside a `struct` for querying and control