summaryrefslogtreecommitdiff
path: root/ssh-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-config.md')
-rw-r--r--ssh-config.md31
1 files changed, 27 insertions, 4 deletions
diff --git a/ssh-config.md b/ssh-config.md
index 7de2def..0cdb0d8 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -71,6 +71,18 @@ when I run ssh contint2001.wikimedia.org hostname
then the output matches /^contint2001$/
~~~
+## Beta access for scap releasing
+
+This scenario ensures I can test scap on the beta cluster while
+releasing Scap.
+
+~~~scenario
+when I run ssh deployment-deploy01.deployment-prep.eqiad.wmflabs hostname
+then the output matches /^deployment-deploy01/
+when I run ssh deployment-cumin02.deployment-prep.eqiad.wmflabs hostname
+then the output matches /^deployment-cumin02/
+~~~
+
## Gerrit access
For Gerrit, we need more than just a simple ssh command. We need git.
@@ -117,12 +129,23 @@ then the directory subplot exists
## Backup server access
-I have two backup servers. Check access to both.
+I have two remote backup servers.
~~~scenario
-when I run ssh holywood2 hostname
-then the output matches /^holywood2$/
+when I run ssh nalanda.liw.fi hostname
+then the output matches /^nalanda$/
-when I run ssh pergamum hostname
+when I run ssh pergamum.geah.org hostname
then the output matches /^pergamum$/
~~~
+
+## Accessing my home systems from the outside
+
+I have a home router that's always on and can act as a jump host for
+machines on my home network. This scenario checks I can access them.
+This should be run while not on my home network.
+
+~~~scenario
+when I run ssh ext-valkama hostname
+then the output matches /^valkama$/
+~~~