summary refs log tree commit diff
path: root/.ssh/config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-05-01 17:20:06 -0400
committerJune McEnroe <programble@gmail.com>2017-05-01 17:20:06 -0400
commitc2c52d4b4da2ebcfd685082f9f53c4e34037cb4e (patch)
tree06dc52c5b8d76c1e1c467924b31fc07ba624103b /.ssh/config
parentRename colorscheme "trivial" (diff)
downloadsrc-c2c52d4b4da2ebcfd685082f9f53c4e34037cb4e.tar.gz
src-c2c52d4b4da2ebcfd685082f9f53c4e34037cb4e.zip
Clean up SSH config
Diffstat (limited to '')
-rw-r--r--.ssh/config14
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