diff options
author | June McEnroe <june@causal.agency> | 2017-11-18 01:19:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-11-18 01:19:42 -0500 |
commit | 3ca167dff89e874b87d52632cadc06311953cbb1 (patch) | |
tree | bd255f12eb186dfcc6f2756fc3b6bb8d13cd7ab8 | |
parent | Remove ish (diff) | |
download | src-3ca167dff89e874b87d52632cadc06311953cbb1.tar.gz src-3ca167dff89e874b87d52632cadc06311953cbb1.zip |
Remove april, add july
-rw-r--r-- | home/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index 4ae18c54..246b0b24 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -9,7 +9,7 @@ Host tux.local thursday.local ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 -Host april june +Host june july HostName %h.nyc3.do.cmcenroe.me Port 2222 |