summaryrefslogtreecommitdiff
path: root/ssh-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-config.md')
-rw-r--r--ssh-config.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ssh-config.md b/ssh-config.md
index e9c3997..7de2def 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -60,6 +60,17 @@ when I run ssh deploy1001.eqiad.wmnet hostname
then the output matches /^deploy\d+$/
~~~
+## Continuous integration server access
+
+This scenario ensures I can access the server running CI.
+
+~~~scenario
+when I run ssh contint1001.wikimedia.org hostname
+then the output matches /^contint1001$/
+when I run ssh contint2001.wikimedia.org hostname
+then the output matches /^contint2001$/
+~~~
+
## Gerrit access
For Gerrit, we need more than just a simple ssh command. We need git.