summary refs log tree commit diff
path: root/home/.ssh/config
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
commitfe2200412a8563fa8e49621294a82bfc9421a99e (patch)
treeabb22de422918dd61017719ca1018b86f0310695 /home/.ssh/config
parentExport GPG_TTY (diff)
downloadsrc-fe2200412a8563fa8e49621294a82bfc9421a99e.tar.gz
src-fe2200412a8563fa8e49621294a82bfc9421a99e.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/config')
-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
 
15:05:29 -0500'>2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe