|
|
|
|
|
by ghjnut
1612 days ago
|
|
Could someone do me a solid and explain best security practices around bastion hosts and vpn? e.g.
- would you still require users connected to the vpn to go through a bastion host?
- would you ever run bastion/vpn through the same box?
- are there preferred access use cases for each? |
|
You should generally do both things.
Wait, I should word that better. You should generally have both sets of controls: network access control with a VPN, and fine-grained, auditable SSH-level access control. I don't love the "Linux shell server" approach to providing those SSH controls.