Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/azure-bastion-tunnel
https://github.com/cedric05/azure-bastion-tunnel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/azure-bastion-tunnel
- Owner: cedric05
- Created: 2023-01-06T15:22:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:08:06.000Z (5 months ago)
- Last Synced: 2024-10-05T23:21:30.318Z (3 months ago)
- Language: Rust
- Size: 207 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)