Include ${CREDENTIALS_DIRECTORY}/ssh_config
Host default
    IdentitiesOnly yes
    StreamLocalBindMask 0111
    StreamLocalBindUnlink yes
    DynamicForward ${RUNTIME_DIRECTORY}/sock
    SessionType none
    ExitOnForwardFailure yes
    ServerAliveInterval 60
    IdentityFile ${CREDENTIALS_DIRECTORY}/ssh_privatekey
    StrictHostKeyChecking accept-new
    UserKnownHostsFile ${STATE_DIRECTORY}/known_hosts
    PermitLocalCommand yes
    LocalCommand systemd-notify --ready
    LogLevel VERBOSE

# vim:filetype=sshconfig