#
# General
# 

Host *
  ServerAliveInterval 200

  AddKeysToAgent yes
  CheckHostIP no
  ForwardAgent yes
  GSSAPIAuthentication no
  StrictHostKeyChecking no

  ControlMaster auto
  ControlPersist 60s
  ControlPath /tmp/ssh-%r@%h:%p

#
# Includes
#

Include config.d/*
