summary refs log tree commit diff
diff options
context:
space:
mode:
-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
/title.c?id=d5e24eb908e982a5d582dc46e944905685be4908&follow=1'>Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe