diff options
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 |