azure-bastion-tunnel

Crates.ioazure-bastion-tunnel
lib.rsazure-bastion-tunnel
version0.1.1
sourcesrc
created_at2023-05-28 07:09:33.675371
updated_at2023-05-28 07:50:59.802269
descriptionazure-bastion-tunnel creates local proxy to machines in Azure Virtual Network
homepage
repository
max_upload_size
id876290
size64,875
Prasanth (cedric05)

documentation

README

Azure bastion tunnel

command line utility for creating tunnels to azure bastion to vm

build

cargo build

run

cargo run -- --resource-group <resource-group-name> --vm fc --bastion <bastion-name> --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

Commit count: 0

cargo fmt