summary refs log tree commit diff
path: root/.ssh/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-08-04 21:28:52 -0400
committerJune McEnroe <june@causal.agency>2016-08-04 21:29:12 -0400
commit1b30613958d45f199111bab9d04ec15c08b62c15 (patch)
tree50f143ccc0df17fa2e9449ecfc2e87281e1c4539 /.ssh/config
parentDisable tab indicators in iTerm (diff)
downloadsrc-1b30613958d45f199111bab9d04ec15c08b62c15.tar.gz
src-1b30613958d45f199111bab9d04ec15c08b62c15.zip
Remove march from SSH config
Diffstat (limited to '')
-rw-r--r--.ssh/config9
1 files changed, 1 insertions, 8 deletions
diff --git a/.ssh/config b/.ssh/config
index 4f29893b..9c614a99 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -4,13 +4,6 @@ Host *
 Host *.local
   ForwardAgent yes
 
-Host march april may
-  HostName %h.nyc3.do.cmcenroe.me
-
 Host april may
+  HostName %h.nyc3.do.cmcenroe.me
   Port 2222
-
-Host dokku
-  HostName app.cmcenroe.me
-  User dokku
-  RequestTTY yes