From 6ef3858608e1c680b61d608a33bd417eb37366d9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 27 Aug 2019 19:23:23 -0400 Subject: Remove host thursday RIP. --- home/.ssh/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'home') 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 -- cgit 1.4.1