From 7741293673a9317dcc03fe851a25a2466c32abef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Mar 2020 19:18:32 +0200 Subject: Add: backup server access --- ssh-config.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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$/ +~~~ -- cgit v1.2.1