summary refs log tree commit diff
path: root/.ssh/config
blob: 910c5f8857176391de3d4c8480bb2a40968ed963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Include config_private

Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes
  RemoteForward 7062 localhost:7062

Host april may
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222
t/bin/man1/hi.1?id=52d4a21abb8971ba547c41c7f05532a85cf3c953&follow=1'>Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe