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