diff options
author | June McEnroe <june@causal.agency> | 2019-12-15 15:54:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-15 15:54:32 -0500 |
commit | 75231112c093895925b7ab3820f526e52b64cd6a (patch) | |
tree | 2b081629d0e13cd57295b442b70a3db1473cd657 | |
parent | Add option to default to text in hi (diff) | |
download | src-75231112c093895925b7ab3820f526e52b64cd6a.tar.gz src-75231112c093895925b7ab3820f526e52b64cd6a.zip |
Set ssh port for git.causal.agency
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 79c0964a..0676b499 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -14,5 +14,5 @@ Host june july HostName %h.nyc3.do.causal.agency Port 2222 -Host temp.causal.agency +Host git.causal.agency temp.causal.agency Port 2222 |