summary refs log tree commit diff
path: root/home/.ssh/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-27 19:23:23 -0400
committerJune McEnroe <june@causal.agency>2019-08-27 19:23:23 -0400
commit9cd174c9392f7347938658e0f477c5bf96b79641 (patch)
tree9963519f2ceb39c069224396c32ef840ddacad68 /home/.ssh/config
parentAdd cards to causal.agency (diff)
downloadsrc-9cd174c9392f7347938658e0f477c5bf96b79641.tar.gz
src-9cd174c9392f7347938658e0f477c5bf96b79641.zip
Remove host thursday
RIP.
Diffstat (limited to '')
-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
commit/rc.d/litterbox.in?id=245b0cbb43e4f7745db1ef6a9082692be6a89053&follow=1'>Rewrite build and install like pounce 1.3June McEnroe 2020-05-20Update email addressesJune McEnroe 2020-04-23Call updateConsumer from handleError 1.2p1June McEnroe 2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe 2020-04-05Error on invalid ISUPPORT values 1.2June McEnroe 2020-04-05Only set RCS on FreeBSDJune McEnroe 2020-04-05Log bans and unbansJune McEnroe 2020-04-05Parse mode types from ISUPPORTJune McEnroe 2020-04-05Add unscoop matchers for ban/unban eventsJune McEnroe 2020-04-05Check unscoop regexps with make testJune McEnroe 2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe 2020-04-05Add Ban and Unban event typesJune McEnroe 2020-04-02Update styleJune McEnroe 2020-03-31Update unscoop catgirl matchersJune McEnroe 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe