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 | 9cd174c9392f7347938658e0f477c5bf96b79641 (patch) | |
tree | 9963519f2ceb39c069224396c32ef840ddacad68 | |
parent | Add cards to causal.agency (diff) | |
download | src-9cd174c9392f7347938658e0f477c5bf96b79641.tar.gz src-9cd174c9392f7347938658e0f477c5bf96b79641.zip |
Remove host thursday
RIP.
Diffstat (limited to '')
-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 |