|
|
|
|
|
by itaifrenkel
3399 days ago
|
|
SSH does not cover all use cases. One example if you have an internal web service, how would you restrict access only to employees (without having it open to the internet?). SSO is not enough since you want the ports closed to non employees. Another example is accessing a database that is not configured with SSL. You don't want your info travelling in plaintext on the internet. |
|