summaryrefslogtreecommitdiff
path: root/ssh-config.md
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 18:10:04 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 18:10:04 +0200
commite234c9ede462ae26ec12c123fa0d775fdfa95dfc (patch)
tree45a119900d490256eb94ab3093e8646e9b727c35 /ssh-config.md
parent16f56d83e32da0d1db42aa51720c6513a7cdbdab (diff)
downloadwmf-ssh-config-e234c9ede462ae26ec12c123fa0d775fdfa95dfc.tar.gz
Add: test Gerrit access
Diffstat (limited to 'ssh-config.md')
-rw-r--r--ssh-config.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/ssh-config.md b/ssh-config.md
index 96dc320..a041359 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -33,7 +33,7 @@ Host *.wmnet
IdentitiesOnly yes
~~~
-# Acceptance criteria
+# Acceptance criteria for WMF
For my work I need to access production servers. Most of them don't
allow direct SSH access and I need to go through a bastion server.
@@ -59,3 +59,16 @@ train.
when I run ssh deploy1001.eqiad.wmnet hostname
then the output matches /^deploy\d+$/
~~~
+
+## Gerrit access
+
+For Gerrit, we need more than just a simple ssh command. We need git.
+
+~~~scenario
+when I run git clone ssh://gerrit.wikimedia.org/sandbox
+then the directory sandbox exists
+~~~
+
+# Acceptance criteria for personal use
+
+##