
# This configuration creates a ControlMaster socket with the host
# to prevent repeated authentication attempts
ControlMaster auto
ControlPath /tmp/cm_socket_%r@%h:%p
ControlPersist 60s

# This is necessary to deal with the nature of the integration with
# Lighthouse / enrolled nodes. In this context SSH isn't really providing
# a whole lot of security.
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
