summary refs log tree commit diff
path: root/.ssh/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-05-01 17:20:06 -0400
committerJune McEnroe <june@causal.agency>2017-05-01 17:20:06 -0400
commit307249ee2efae2e2c6241ec3d216c1934e230683 (patch)
tree7cb69a1b61894d75fafef0e2c5104b0a1f3ed04d /.ssh/config
parentRename colorscheme "trivial" (diff)
downloadsrc-307249ee2efae2e2c6241ec3d216c1934e230683.tar.gz
src-307249ee2efae2e2c6241ec3d216c1934e230683.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