diff options
Diffstat (limited to '')
-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 |