package
0.0.0-20220505153902-78ecf5d46d13
Repository: https://github.com/anyisalin/yrpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Bastion

Demo Bastion

Server

go run cmd/server/main.go -server 0.0.0.0:8043

Agent

go run cmd/agent/agent.go -server 0.0.0.0:8043

Client

go run cmd/cli/main.go -d <YOUR_AGENT_HOSTNAME> -t /bin/bash