Crates.io | azure-bastion-tunnel |
lib.rs | azure-bastion-tunnel |
version | 0.1.1 |
source | src |
created_at | 2023-05-28 07:09:33.675371 |
updated_at | 2023-05-28 07:50:59.802269 |
description | azure-bastion-tunnel creates local proxy to machines in Azure Virtual Network |
homepage | |
repository | |
max_upload_size | |
id | 876290 |
size | 64,875 |
command line utility for creating tunnels to azure bastion to vm
cargo build
cargo run -- --resource-group <resource-group-name> --vm fc --bastion <bastion-name> --remote-port 22 --local-port 8080
For education purpose only
Azure currently is providing any official documentation for bastion. Current project is reverse engineered from cli