summary refs log tree commit diff
path: root/home/.ssh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-06-10 16:49:51 -0400
committerJune McEnroe <june@causal.agency>2017-06-10 16:49:51 -0400
commit6ff956880b8dde199fe9ac1314e43b66e0046f71 (patch)
treea35a9957f67cedd45fcf2428f451944c38747ded /home/.ssh
parentRemove Programming keyboard layout (diff)
downloadsrc-6ff956880b8dde199fe9ac1314e43b66e0046f71.tar.gz
src-6ff956880b8dde199fe9ac1314e43b66e0046f71.zip
Move actual dotfiles into home directory
Diffstat (limited to 'home/.ssh')
-rw-r--r--home/.ssh/config12
1 files changed, 12 insertions, 0 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
new file mode 100644
index 00000000..4068ff35
--- /dev/null
+++ b/home/.ssh/config
@@ -0,0 +1,12 @@
+IgnoreUnknown Include
+Include config_private
+
+HashKnownHosts yes
+
+Host tux.local thursday.local
+    ForwardAgent yes
+    RemoteForward 7062 127.0.0.1:7062
+
+Host april
+    HostName %h.nyc3.do.cmcenroe.me
+    Port 2222