summaryrefslogtreecommitdiff
path: root/puomi.md
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 /puomi.md
parentb8cef15cf690f2e3cb69c747c4a30f8e4d3b767b (diff)
downloadpuomi-48b4af73a7135fc02518b29fcbc36e045664dd41.tar.gz
test: verify that we can log into all three inner VMs
Sponsored-by: author
Diffstat (limited to 'puomi.md')
-rw-r--r--puomi.md4
1 files changed, 4 insertions, 0 deletions
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"
~~~