summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:09:43 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 19:09:43 +0200
commit57967cb7d62b4f9032299f568184deab0ee8e913 (patch)
tree7dcca58321a0dcc5748f8b3c770f6e379dd6798c
parent6f23f7687b8693f3af28c7735a827175a8dfe4be (diff)
downloadwmf-ssh-config-57967cb7d62b4f9032299f568184deab0ee8e913.tar.gz
Add: scenario for git.liw.fi
-rw-r--r--ssh-config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ssh-config.md b/ssh-config.md
index d502657..9fa91e5 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -81,3 +81,9 @@ when I run ssh localhost hostname
then the output matches /^exolobe\d$/
~~~
+## git.liw.fi access
+
+~~~scenario
+when I run ssh git@git.liw.fi whoami
+then the output matches /User name:/
+~~~