summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.ssh/config12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
index 270f92d9..79c0964a 100644
--- a/home/.ssh/config
+++ b/home/.ssh/config
@@ -5,14 +5,14 @@ HashKnownHosts yes
 
 SendEnv LANG LC_*
 
-Host monday thursday tux
+Host monday tux
 	HostName %h.local
-    ForwardAgent yes
-    RemoteForward 7062 127.0.0.1:7062
+	ForwardAgent yes
+	RemoteForward 7062 127.0.0.1:7062
 
 Host june july
-    HostName %h.nyc3.do.causal.agency
-    Port 2222
+	HostName %h.nyc3.do.causal.agency
+	Port 2222
 
 Host temp.causal.agency
-    Port 2222
+	Port 2222