diff options
author | June McEnroe <programble@gmail.com> | 2016-08-04 21:28:52 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-08-04 21:29:12 -0400 |
commit | 2bff840f2a9b9388e0b0b8ad22e6ed51818c0c92 (patch) | |
tree | 76bf165962536e5ac1d2338f109447bae6df5082 | |
parent | Disable tab indicators in iTerm (diff) | |
download | src-2bff840f2a9b9388e0b0b8ad22e6ed51818c0c92.tar.gz src-2bff840f2a9b9388e0b0b8ad22e6ed51818c0c92.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 |