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