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