diff options
author | June McEnroe <programble@gmail.com> | 2016-05-28 13:17:11 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-05-28 13:17:11 -0400 |
commit | c7d077591bc4e4acd147c0ed3efe9e049d075d16 (patch) | |
tree | 106f704d287d96001d34910bb9a215871c5f3e6b /.ssh | |
parent | Set background in nvim from iTerm profile (diff) | |
download | src-c7d077591bc4e4acd147c0ed3efe9e049d075d16.tar.gz src-c7d077591bc4e4acd147c0ed3efe9e049d075d16.zip |
Add april to SSH
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 8ddf84f8..f3a2c765 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,6 +4,9 @@ Host * Host march HostName march.nyc3.do.cmcenroe.me +Host april + HostName april.nyc3.do.cmcenroe.me + Host dokku HostName app.cmcenroe.me User dokku |