From 6ff956880b8dde199fe9ac1314e43b66e0046f71 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 10 Jun 2017 16:49:51 -0400 Subject: Move actual dotfiles into home directory --- home/.ssh/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/.ssh/config (limited to 'home/.ssh') 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 -- cgit 1.4.1