diff options
Diffstat (limited to 'curtis/.ssh')
-rw-r--r-- | curtis/.ssh/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/curtis/.ssh/config b/curtis/.ssh/config new file mode 100644 index 00000000..4068ff35 --- /dev/null +++ b/curtis/.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 |