1
0
Fork 0
This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
command_gateway/README.md
2023-10-31 11:43:18 +01:00

488 B

Archived !!!

Use https://github.com/ovh/the-bastion instead

Project

Requirements

RUN LOCAL

  • docker build . -t gateway
  • docker run -p 22:22 gateway
  • ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"

BOOK

cargo install mdbook
cd book/ && ~/.cargo/bin/mdbook watch