diff options
author | June McEnroe <june@causal.agency> | 2019-08-27 19:23:23 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-27 19:23:23 -0400 |
commit | 6ef3858608e1c680b61d608a33bd417eb37366d9 (patch) | |
tree | ea92d386be4b315fd03e5036fd6269d7e37bb844 /home | |
parent | Add cards to causal.agency (diff) | |
download | src-6ef3858608e1c680b61d608a33bd417eb37366d9.tar.gz src-6ef3858608e1c680b61d608a33bd417eb37366d9.zip |
Remove host thursday
RIP.
Diffstat (limited to 'home')
-rw-r--r-- | home/.ssh/config | 12 |
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 |