Hi,
so due to security policies of my company, I am in need of a double bastion networking setup to connect to my VMs in Proxmox.
If I were to ssh into one of my VMs the steps would be:
However, using Terraform with proxmox provider, I am able to use only one bastion. Sadly, I am not able to preconfigure my desired proxyjumps in
Have you encountered a similar issue? How did you resolve it? Thanks in advance.
so due to security policies of my company, I am in need of a double bastion networking setup to connect to my VMs in Proxmox.
If I were to ssh into one of my VMs the steps would be:
my_pc
-> ssh jump_server
-> ssh pve-node
-> VM
However, using Terraform with proxmox provider, I am able to use only one bastion. Sadly, I am not able to preconfigure my desired proxyjumps in
~/.ssh/config
.Have you encountered a similar issue? How did you resolve it? Thanks in advance.