summary refs log tree commit diff
path: root/.ssh/config
blob: 220362203b920df02acf7b806413eb54de0cc108 (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 127.0.0.1:7062

Host april may
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222