diff options
author | June McEnroe <programble@gmail.com> | 2017-05-01 17:20:06 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-05-01 17:20:06 -0400 |
commit | c2c52d4b4da2ebcfd685082f9f53c4e34037cb4e (patch) | |
tree | 06dc52c5b8d76c1e1c467924b31fc07ba624103b /.ssh/config | |
parent | Rename colorscheme "trivial" (diff) | |
download | src-c2c52d4b4da2ebcfd685082f9f53c4e34037cb4e.tar.gz src-c2c52d4b4da2ebcfd685082f9f53c4e34037cb4e.zip |
Clean up SSH config
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 |