From 1b30613958d45f199111bab9d04ec15c08b62c15 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 4 Aug 2016 21:28:52 -0400 Subject: Remove march from SSH config --- .ssh/config | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.ssh/config') 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 -- cgit 1.4.1