summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-12-25 12:24:53 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-12-25 12:25:07 +0000
commit852cba47865b238a942569c2f9fc3bbc71021206 (patch)
treeccd689e385350e6b18088d66762be8cbf6e351fc /.ssh
parentbeea125b80caf7725408fc69c3199df13f619af3 (diff)
downloaddotfiles-852cba47865b238a942569c2f9fc3bbc71021206.tar.gz
fix typing 'ssh sdf'
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 282768ac..618b0b2c 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -103,7 +103,10 @@ HostName 192.168.1.103
### global settings
-Host *.sdf.org *.sdf-eu.org
+# Note that wildcards here match what is actually typed on the command
+# line, not the hostname of the machine we end up connecting to.
+# That's why 'sdf' is present
+Host sdf *.sdf.org *.sdf-eu.org
User spw
Host *