summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:18:32 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:18:32 +0200
commit7741293673a9317dcc03fe851a25a2466c32abef (patch)
tree66ce7be7eed08eca8e13546e72841f79d460c449
parent27580c3720772734151a126af318bc07a0cfc563 (diff)
downloadwmf-ssh-config-7741293673a9317dcc03fe851a25a2466c32abef.tar.gz
Add: backup server access
-rw-r--r--ssh-config.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/ssh-config.md b/ssh-config.md
index 508ff05..6881a4b 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -102,3 +102,16 @@ not that do it with my personal ssh key.
when I run git clone ssh://git@gitlab.com/larswirzenius/subplot.git
then the directory subplot exists
~~~
+
+
+## Backup server access
+
+I have two backup servers. Check access to both.
+
+~~~scenario
+when I run ssh holywood2 hostname
+then the output matches /^holywood2$/
+
+when I run ssh pergamum hostname
+then the output matches /^pergamum$/
+~~~