summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-01 13:59:41 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-01 13:59:41 +0300
commit48b4af73a7135fc02518b29fcbc36e045664dd41 (patch)
treed7b308456ec3447294745a01cd485222ce1f3da3
parentb8cef15cf690f2e3cb69c747c4a30f8e4d3b767b (diff)
downloadpuomi-48b4af73a7135fc02518b29fcbc36e045664dd41.tar.gz
test: verify that we can log into all three inner VMs
Sponsored-by: author
-rw-r--r--env/ssh/config2
-rw-r--r--puomi.md4
2 files changed, 5 insertions, 1 deletions
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"
~~~