summaryrefslogtreecommitdiff
path: root/ssh-config.md
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 18:51:06 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-06 18:51:06 +0200
commit6f23f7687b8693f3af28c7735a827175a8dfe4be (patch)
tree6a5b562a00e53732a02f3e233b195871070ddaa7 /ssh-config.md
parente234c9ede462ae26ec12c123fa0d775fdfa95dfc (diff)
downloadwmf-ssh-config-6f23f7687b8693f3af28c7735a827175a8dfe4be.tar.gz
Add: localhost access
Diffstat (limited to 'ssh-config.md')
-rw-r--r--ssh-config.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh-config.md b/ssh-config.md
index a041359..d502657 100644
--- a/ssh-config.md
+++ b/ssh-config.md
@@ -71,4 +71,13 @@ then the directory sandbox exists
# Acceptance criteria for personal use
-##
+## Localhost access
+
+I use Ansible to configure my laptop and it works over ssh to
+localhost.
+
+~~~scenario
+when I run ssh localhost hostname
+then the output matches /^exolobe\d$/
+~~~
+