1include ~/.ssh/conf.d/*.conf23Host *4 ServerAliveCountMax 205 ServerAliveInterval 306 HostKeyAlgorithms +ssh-rsa7 PubkeyAcceptedAlgorithms +ssh-rsa8 IdentityFile ~/.ssh/keys/id_ed25519910 ControlMaster auto11 ControlPath ~/.ssh/controlmaster/%r@%h:%p12 ControlPersist 1h13 ExitOnForwardFailure yes1415Match tagged allow_untrusted16 StrictHostKeyChecking no17 UserKnownHostsFile /dev/null