Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedric05/azure-bastion-tunnel


https://github.com/cedric05/azure-bastion-tunnel

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Azure bastion tunnel

command line utility for creating tunnels to azure bastion to vm

## build

`cargo build`

## run

`cargo run -- --resource-group --vm fc --bastion --remote-port 22 --local-port 8080`

### DISCLAIMER

For education purpose only

Azure currently is providing any official documentation for bastion. Current project is reverse engineered from [cli](https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/network/tunnel.py#L139)