|
|
|
|
|
by tptacek
4613 days ago
|
|
The value of a VPN over individually-secured HTTPS/TLS+2FA connections is that you can configure the VPN once, use very standard networking tools to continuously ensure that your internal services are only available over the VPN, and not have to worry about individually securing different internal services. Another benefit is that as your internal userbase changes, you can revoke access from a single point and be reasonably assured that you've mitigated risk, which is something you only get with individually-secured services if you have a reliable directory system. A problem with individually-secured ops/support systems is that most 3rd party code is not ready to be securely deployed Internet-facing. Both approaches are totally workable, but the VPN approach is easier. |
|
This is essentially something you need to worry about anyway, for other attack reasons.