diff options
author | June McEnroe <programble@gmail.com> | 2017-09-06 13:06:36 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-09-06 13:07:36 -0400 |
commit | e08e024226086df183dccf15647903670f4e0914 (patch) | |
tree | 7966495a24a637797b5ef4b57b2a419ae8a7853e /home/.ssh/config | |
parent | Pass final NULL to execlp (diff) | |
download | src-e08e024226086df183dccf15647903670f4e0914.tar.gz src-e08e024226086df183dccf15647903670f4e0914.zip |
Rename curtis -> home
Why the heck did I do this?
Diffstat (limited to 'home/.ssh/config')
-rw-r--r-- | home/.ssh/config | 17 |
1 files changed, 17 insertions, 0 deletions
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 |