diff options
author | June McEnroe <june@causal.agency> | 2016-08-04 21:28:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-08-04 21:29:12 -0400 |
commit | 1b30613958d45f199111bab9d04ec15c08b62c15 (patch) | |
tree | 50f143ccc0df17fa2e9449ecfc2e87281e1c4539 /.ssh/config | |
parent | Disable tab indicators in iTerm (diff) | |
download | src-1b30613958d45f199111bab9d04ec15c08b62c15.tar.gz src-1b30613958d45f199111bab9d04ec15c08b62c15.zip |
Remove march from SSH config
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 9 |
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 |