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

Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes

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