From 48b4af73a7135fc02518b29fcbc36e045664dd41 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Aug 2021 13:59:41 +0300 Subject: test: verify that we can log into all three inner VMs Sponsored-by: author --- env/ssh/config | 2 +- puomi.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/env/ssh/config b/env/ssh/config index b98bc42..66e36fc 100644 --- a/env/ssh/config +++ b/env/ssh/config @@ -1,4 +1,4 @@ -Host puomi +Host puomi webby lappy ProxyJump puomi@puomienv User debian diff --git a/puomi.md b/puomi.md index e383372..c09562e 100644 --- a/puomi.md +++ b/puomi.md @@ -97,4 +97,8 @@ when I run ssh -F .ssh/config -v puomi@puomienv hostname then stdout is exactly "puomienv\n" when I run ssh -F .ssh/config -v puomi hostname then stdout is exactly "puomi\n" +when I run ssh -F .ssh/config -v webby hostname +then stdout is exactly "webby\n" +when I run ssh -F .ssh/config -v lappy hostname +then stdout is exactly "lappy\n" ~~~ -- cgit v1.2.1