summary refs log tree commit diff
path: root/home/.ssh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-16 14:12:24 -0400
committerJune McEnroe <june@causal.agency>2018-08-16 14:12:24 -0400
commitd464a898880be099630135479c711beeb119b37e (patch)
treed7dc4a16a0572139f8e0fda0ad9ca3ace37a59b3 /home/.ssh
parentExport GPG_TTY (diff)
downloadsrc-d464a898880be099630135479c711beeb119b37e.tar.gz
src-d464a898880be099630135479c711beeb119b37e.zip
Shorten .local ssh names
ksh doesn't do sophisticated tab-complete so I have to actually type
ssh hosts now.
Diffstat (limited to 'home/.ssh')
-rw-r--r--home/.ssh/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
index e9a1982a..634f333b 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -5,7 +5,8 @@ HashKnownHosts yes
 
 SendEnv NETHACKOPTIONS
 
-Host monday.local thursday.local
+Host monday thursday
+	HostName %h.local
     ForwardAgent yes
     RemoteForward 7062 127.0.0.1:7062