summary refs log tree commit diff
diff options
context:
space:
mode:
-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