summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$/
+~~~