# source: https://github.com/twpayne/dotfiles/blob/master/home/private_dot_ssh/config.tmpl
# archive: https://web.archive.org/web/20220313103906/https://github.com/twpayne/dotfiles/blob/master/home/private_dot_ssh/config.tmpl

Host *
  AddKeysToAgent yes
  UseKeychain yes

Host github.com
  User git

Host raspberrypi3
  HostName 192.168.1.4
  User pi

Host raspberrypi3-wg
  HostName 100.115.75.85
  User pi

Host thinkpad
  HostName 192.168.1.5
  ForwardAgent yes
  User twp

Host raspberrypi4
  HostName 192.168.1.6
  User pi

Host raspberrypi4-wg
  HostName 100.72.31.12
  User pi

Host elitedesk
  HostName 192.168.1.7
  ForwardAgent yes
  User twp

Host elitedesk-wan
  HostName 212.51.139.26
  ForwardAgent yes
  User twp

Host elitedesk-wg
  HostName 100.71.38.125
  ForwardAgent yes
  User twp

Host reMarkable
  HostName 192.168.1.8
  User root

Host home.tompayne.org
  HostName 212.51.139.26
  ForwardAgent yes
  User twp
