summary refs log tree commit diff
path: root/.ssh/config
blob: db26e8819520360386c867e1ac2a251f11c431fd (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
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222