Fix some typos in 'The Project' section

This commit is contained in:
Héctor Hurtado
2019-11-27 10:04:46 +01:00
parent da693d32b8
commit 3f62a833cd
+6 -11
View File
@@ -24,15 +24,11 @@ Scenario
Limitations and constraints
--------------------------
1. We **don't want** to **grant access** to the :samp:`External Host` to
anybody.
2. We **don't want** to manage VPNs or any similar solutions to access to
:samp:`Internal Host` from the Internet.
3. We **want to limit the actions** that an user can perform in our intranet
while it is checking if :samp:`Internal Host` is alive.
4. We **want** to use the most standard mechanism. Easy to use and that
facilitates the automation.
5. We **don't have a budget** to invest in a custom solution.
1. We **don't want** to **grant access** to the :samp:`External Host` to anybody.
2. We **don't want** to manage VPNs or any similar solutions to access to :samp:`Internal Host` from the Internet.
3. We **want to limit the actions** that an user can perform in our intranet while it is checking if :samp:`Internal Host` is alive.
4. We **want** to use the most standard mechanism. Easy to use and that facilitates the automation.
5. We **don't have a budget** to invest in a custom solution.
What options we have?
@@ -57,8 +53,7 @@ Accessing via SSH to :samp:`External Host`
1. We need to manage users (violates a constraint)
2. We need to grant access for users to system (violates a constraint)
3. We can't control what :samp:`ping` options the user can use to ping
:samp:`Internal Host` (violates a constraint)
3. We can't control what :samp:`ping` options the user can use to ping :samp:`Internal Host` (violates a constraint)
Develop and deploy a custom solution