1
0
Fork 0
No description
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.
Find a file
2023-01-31 22:12:18 +01:00
.idea Add unix example 2023-01-24 08:58:52 +01:00
proto Add session manager 2023-01-31 22:02:05 +01:00
src Add log of sessions 2023-01-31 22:12:18 +01:00
.dockerignore Add docker to test 2023-01-31 14:36:59 +01:00
.gitignore Add unix example 2023-01-24 08:58:52 +01:00
.tool-versions Migrate to tonic 2023-01-26 22:12:59 +01:00
build.rs Refactor proto package + bin names 2023-01-31 19:38:48 +01:00
Cargo.lock Add uuid and remove useless logs 2023-01-31 17:45:37 +01:00
Cargo.toml Refactor proto package + bin names 2023-01-31 19:38:48 +01:00
Dockerfile Refactor proto package + bin names 2023-01-31 19:38:48 +01:00
LICENSE Initial commit 2023-01-20 14:03:27 +01:00
README.md Add token and identifier 2023-01-31 17:35:21 +01:00

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\": []}"