diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.ssh/config b/.ssh/config index db26e881..4068ff35 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,12 +1,12 @@ +IgnoreUnknown Include Include config_private -Host * - HashKnownHosts yes +HashKnownHosts yes -Host *.local - ForwardAgent yes - RemoteForward 7062 127.0.0.1:7062 +Host tux.local thursday.local + ForwardAgent yes + RemoteForward 7062 127.0.0.1:7062 Host april - HostName %h.nyc3.do.cmcenroe.me - Port 2222 + HostName %h.nyc3.do.cmcenroe.me + Port 2222 |