diff options
author | June McEnroe <programble@gmail.com> | 2015-10-22 02:54:39 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2015-10-22 02:54:39 -0400 |
commit | ece993b53201a2c57fed1b6154cddce19c781ae5 (patch) | |
tree | 492e949e214857247fbc9d15f608248f321f8858 /.ssh | |
parent | Spawn login shells in iTerm (diff) | |
download | src-ece993b53201a2c57fed1b6154cddce19c781ae5.tar.gz src-ece993b53201a2c57fed1b6154cddce19c781ae5.zip |
Add SSH config
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 00000000..45d5f57a --- /dev/null +++ b/.ssh/config @@ -0,0 +1,7 @@ +Host march + HostName march.nyc3.do.cmcenroe.me + +Host dokku + HostName app.cmcenroe.me + User dokku + RequestTTY yes |