diff options
author | June McEnroe <june@causal.agency> | 2018-08-16 14:12:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-16 14:12:24 -0400 |
commit | fe2200412a8563fa8e49621294a82bfc9421a99e (patch) | |
tree | abb22de422918dd61017719ca1018b86f0310695 /home | |
parent | Export GPG_TTY (diff) | |
download | src-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')
-rw-r--r-- | home/.ssh/config | 3 |
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 |