From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- home/.ssh/config | 17 +++++++++++++++++ 1 file changed, 17 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..4ae18c54 --- /dev/null +++ b/home/.ssh/config @@ -0,0 +1,17 @@ +IgnoreUnknown Include +Include config_private + +HashKnownHosts yes + +SendEnv NETHACKOPTIONS + +Host tux.local thursday.local + ForwardAgent yes + RemoteForward 7062 127.0.0.1:7062 + +Host april june + HostName %h.nyc3.do.cmcenroe.me + Port 2222 + +Host tmp.cmcenroe.me + Port 2222 -- cgit 1.4.1