summary refs log tree commit diff
path: root/.ssh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2015-10-22 02:54:39 -0400
committerJune McEnroe <programble@gmail.com>2015-10-22 02:54:39 -0400
commitece993b53201a2c57fed1b6154cddce19c781ae5 (patch)
tree492e949e214857247fbc9d15f608248f321f8858 /.ssh
parentSpawn login shells in iTerm (diff)
downloadsrc-ece993b53201a2c57fed1b6154cddce19c781ae5.tar.gz
src-ece993b53201a2c57fed1b6154cddce19c781ae5.zip
Add SSH config
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config7
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