diff options
author | June McEnroe <programble@gmail.com> | 2017-11-18 01:19:42 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-11-18 01:19:42 -0500 |
commit | ac0e55e4f36c5751b63e3610432c48d211715f09 (patch) | |
tree | 68ed92df886abfbc83b12da9c9cbdc0fc985f3c8 | |
parent | Remove ish (diff) | |
download | src-ac0e55e4f36c5751b63e3610432c48d211715f09.tar.gz src-ac0e55e4f36c5751b63e3610432c48d211715f09.zip |
Remove april, add july
Diffstat (limited to '')
-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 |