summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-07-24 16:02:09 -0400
committerJune McEnroe <june@causal.agency>2016-07-24 16:02:09 -0400
commit6ba6394cb6e6237f5f221b6eb86fc0e0669c64eb (patch)
treeae38aa64097596c458f580a852f3fac5aa4d3f9d
parentDisable cursorline (diff)
downloadsrc-6ba6394cb6e6237f5f221b6eb86fc0e0669c64eb.tar.gz
src-6ba6394cb6e6237f5f221b6eb86fc0e0669c64eb.zip
Add may and refactor ssh config
-rw-r--r--.ssh/config7
1 files changed, 3 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config
index 17f45791..4f29893b 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -4,11 +4,10 @@ Host *
 Host *.local
   ForwardAgent yes
 
-Host march
-  HostName march.nyc3.do.cmcenroe.me
+Host march april may
+  HostName %h.nyc3.do.cmcenroe.me
 
-Host april
-  HostName april.nyc3.do.cmcenroe.me
+Host april may
   Port 2222
 
 Host dokku
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