Run shell commands remotely using gRPC
On Debian-based Linux systems:
$ sudo apt install -y protobuf-compiler libprotobuf-dev
The
ALLOWED_CMD_PATH
specifies where the application will be allowed to run executable binaries/scripts/etc.
ALLOWED_CMD_PATH=~/.local/bin make server
make client